We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2096b commit 8c1a411Copy full SHA for 8c1a411
README.md
@@ -20,8 +20,8 @@ reverseKey can
20
Usage:
21
22
```
23
-reverseKey.exe AES_key_in_hex
24
-reverseKey.exe Round_key(s)_in_hex Initial_round_key_number_between_0_and_10#11#13
+python reverseKey.py AES_key_in_hex
+python reverseKey.py Round_key(s)_in_hex Initial_round_key_number_between_0_and_10#11#13
25
26
27
The AES key size is deduced from the size of the parameter, so
@@ -110,4 +110,3 @@ python reverseKey.py 4D69A4975189FCA00DB0AC8F686EE58C033BE6307A3C13C226DF38591EE
110
111
---
112
113
-###
0 commit comments