aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/utils/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-10-23 11:04:19 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-10-23 11:04:19 +0300
commit6eda6db49bb2f8ae248c7d4049aa06351affe0fa (patch)
treeb4166fabd0c78e7efc13eafe21a18b0ba47acffb /utils/README.md
parentignore Intel SDE's log files (diff)
downloadaes-tools-6eda6db49bb2f8ae248c7d4049aa06351affe0fa.tar.gz
aes-tools-6eda6db49bb2f8ae248c7d4049aa06351affe0fa.zip
README updates
Diffstat (limited to '')
-rw-r--r--utils/README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/utils/README.md b/utils/README.md
index 988a04a..d07d559 100644
--- a/utils/README.md
+++ b/utils/README.md
@@ -24,7 +24,7 @@ Please note that verbose output can only be produced when *not* using "boxes"
### encrypt_block.exe
-Encrypts 16-byte blocks using AES-128/192/256 in the specified mode of
+Encrypts blocks using the selected algorithm in the specified mode of
operation.
#### Usage examples
@@ -52,7 +52,7 @@ run:
### decrypt_block.exe
-Decrypts 16-byte blocks using AES-128/192/256 in the specified mode of
+Decrypts blocks using the selected algorithm in the specified mode of
operation.
#### Usage examples
@@ -82,7 +82,8 @@ run:
### encrypt_file.exe
-Encrypts a file using AES-128/192/256 in the specified mode of operation.
+Encrypts a file using the selected algorithm in the specified mode of
+operation.
#### Usage examples
@@ -109,7 +110,8 @@ run
### decrypt_file.exe
-Decrypts a file using AES-128/192/256 in the specified mode of operation.
+Decrypts a file using the selected algorithm in the specified mode of
+operation.
#### Usage examples