diff --git a/README.md b/README.md index 6cb9deb..db82c46 100644 --- a/README.md +++ b/README.md @@ -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.