Skip to content

Commit 77c4f79

Browse files
committed
Update README.md
1 parent d04695a commit 77c4f79

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,40 @@ Run those tests by running this module as the main module, use
4444

4545
```
4646
cd aes/
47-
4847
python aes.py
4948
```
5049

5150
### Tests Passed
5251

5352
```
54-
Tests Passed Successfully
53+
AES Tests
54+
=========
55+
Algorithm: AES-CBC-128
56+
Secret Key: ddc3ffd973ad163781e04e0e5efce40a
57+
58+
Single Block Tests
59+
------------------
60+
iv: 7dfea27e0982f54bd90c19e781c94fdd
61+
plain text: 'SingleBlock Text'
62+
Ciphertext Hex: bbe939744c79a60e80959d7bf9f2f1fd
63+
Plaintext: SingleBlock Text
64+
Single Block Test Passed Successfully
65+
66+
Short Text Tests
67+
----------------
68+
iv: 6f078374b524ddafc40a0d0a8a7752f9
69+
plain text: 'Just Text'
70+
Ciphertext Hex: 4c41935ba7b8a05e9e270b856f571634
71+
Plaintext: Just Text
72+
Short Text Test Passed Successfully
73+
74+
Arbitrary Length Tests
75+
----------------------
76+
iv: d31f1b92955740abbcc1fa751bdaf759
77+
plain text: 'This Text is longer than one block'
78+
Ciphertext Hex: d52c632f96c15839fd3935e38cc9bc570c31a99c4e798bbe798b6d63a63535ecce66f040f2ac3ea39b0dd459c5ebe90b
79+
Plaintext: This Text is longer than one block
80+
Short Text Test Passed Successfully
5581
```
5682

5783
## Roadmap

0 commit comments

Comments
 (0)