Added warning to readme

This commit is contained in:
Leonetienne 2022-05-21 20:40:44 +02:00
parent baf3190665
commit 71de8270d8
No known key found for this signature in database
GPG Key ID: 0297FC11AD9236EF

View File

@ -101,6 +101,8 @@ size KEY_SIZE, and they are combined using *c<sub>i+1</sub> = c<sub>i</sub> &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
```