From 455dbb5294d08b9abd43561f15472f7a7449a769 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sat, 28 Jan 2023 18:47:33 -0500 Subject: [PATCH] README: update about AES mode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.