Skip to content

Commit 8c1a411

Browse files
author
Botton
committed
modify
1 parent 9d2096b commit 8c1a411

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ reverseKey can
2020
Usage:
2121

2222
```
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
23+
python reverseKey.py AES_key_in_hex
24+
python reverseKey.py Round_key(s)_in_hex Initial_round_key_number_between_0_and_10#11#13
2525
```
2626

2727
The AES key size is deduced from the size of the parameter, so
@@ -110,4 +110,3 @@ python reverseKey.py 4D69A4975189FCA00DB0AC8F686EE58C033BE6307A3C13C226DF38591EE
110110

111111
---
112112

113-
###

0 commit comments

Comments
 (0)