diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-10-23 11:04:19 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-10-23 11:04:19 +0300 |
commit | 6eda6db49bb2f8ae248c7d4049aa06351affe0fa (patch) | |
tree | b4166fabd0c78e7efc13eafe21a18b0ba47acffb /utils/README.md | |
parent | ignore Intel SDE's log files (diff) | |
download | aes-tools-6eda6db49bb2f8ae248c7d4049aa06351affe0fa.tar.gz aes-tools-6eda6db49bb2f8ae248c7d4049aa06351affe0fa.zip |
README updates
Diffstat (limited to 'utils/README.md')
-rw-r--r-- | utils/README.md | 10 |
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 |