diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-18 01:32:21 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-18 01:32:21 +0300 |
commit | 0ba5bb4b84641f50722ecb9cc2d424db23a1c845 (patch) | |
tree | 96bf073a950daf0e403a7e1fd97cb10d291c96e7 /test/README.md | |
parent | README updates (diff) | |
download | aes-tools-0ba5bb4b84641f50722ecb9cc2d424db23a1c845.tar.gz aes-tools-0ba5bb4b84641f50722ecb9cc2d424db23a1c845.zip |
README updates
Diffstat (limited to '')
-rw-r--r-- | test/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/README.md b/test/README.md index db561f0..b1228d1 100644 --- a/test/README.md +++ b/test/README.md @@ -16,16 +16,16 @@ Manual testing -------------- You can validate the implementation manually using the block -encryption/decryption utilities `encrypt_block.exe` and `decrypt_block.exe`. +encryption/decryption utilities `encrypt_block` and `decrypt_block`. Pass the `--help` flag to examine the utility's usage info. ``` -> encrypt_block.exe -a aes128 -m ecb -- 000102030405060708090a0b0c0d0e0f 00112233445566778899aabbccddeeff +> encrypt_block -a aes128 -m ecb -- 000102030405060708090a0b0c0d0e0f 00112233445566778899aabbccddeeff 69c4e0d86a7b0430d8cdb78070b4c55a ``` ``` -> decrypt_block.exe -a aes192 -m cbc -- 8e73b0f7da0e6452c810f32b809079e562f8ead2522c6b7b 000102030405060708090a0b0c0d0e0f 4f021db243bc633d7178183a9fa071e8 b4d9ada9ad7dedf4e5e738763f69145a 571b242012fb7ae07fa9baac3df102e0 08b0e27988598881d920a9e64f5615cd +> decrypt_block -a aes192 -m cbc -- 8e73b0f7da0e6452c810f32b809079e562f8ead2522c6b7b 000102030405060708090a0b0c0d0e0f 4f021db243bc633d7178183a9fa071e8 b4d9ada9ad7dedf4e5e738763f69145a 571b242012fb7ae07fa9baac3df102e0 08b0e27988598881d920a9e64f5615cd 6bc1bee22e409f96e93d7e117393172a ae2d8a571e03ac9c9eb76fac45af8e51 30c81c46a35ce411e5fbc1191a0a52ef |