File tree Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,40 @@ Run those tests by running this module as the main module, use
44
44
45
45
```
46
46
cd aes/
47
-
48
47
python aes.py
49
48
```
50
49
51
50
### Tests Passed
52
51
53
52
```
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
55
81
```
56
82
57
83
## Roadmap
You can’t perform that action at this time.
0 commit comments