README: update about AES mode

This commit is contained in:
dogeystamp 2023-01-28 18:47:33 -05:00
parent 7e6b8a0eba
commit 455dbb5294
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -9,5 +9,5 @@ Currently, the following algorithms are implemented:
* [AES encryption/decryption](https://dogeystamp.github.io/encryptme/aes.html)
This uses PBKDF2 to convert a password to a key, then uses 256-bit AES-GCM
This uses PBKDF2 to convert a password to a key, then uses 256-bit AES
to encrypt a given message.