From cc9bc2a3413ffb2b8afc39766ba4fc08118ed2fd Mon Sep 17 00:00:00 2001 From: Darius Musiolik Date: Wed, 12 Jul 2017 11:03:27 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47e00a2..d3a4de9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Java library for encrypting and decrypting text with AES # WARNING! Please be sure you know what you are doing!
-This is a 128 bit AES/ECB cipher! Not military encryption!
+This is a 128 bit AES/ECB cipher! Not a military encryption!
You should only encrypt text!
Read more about ECB: https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation
# Usage @@ -47,7 +47,7 @@ Output: >\>Test< - +
# License ![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)