diff --git a/readme.md b/readme.md index 3f4f381..e6fd47a 100644 --- a/readme.md +++ b/readme.md @@ -101,6 +101,8 @@ size KEY_SIZE, and they are combined using *ci+1 = ci &xop This is a one-way operation. Since the key used for this operation is the cleartext itself, you cannot undo it without already knowing the password(=cleartext) to begin with. *You could make a hashfunction out of this.* +## Noteworthy: +* This is no fixed algorithm. Newer versions may very well be unable to decrypt ciphertexts encrypted with earlier versions. ## LICENSE ```