label scripts for leaky crypto
This commit is contained in:
parent
06eb04e352
commit
c8e9d40111
|
@ -32,9 +32,11 @@ Since the given section of a flag is longer than 16 bytes, which is the size of
|
||||||
After 30 minutes had passed, we successfully brute forced the key, which could then be used to decrypt the rest of the flag.
|
After 30 minutes had passed, we successfully brute forced the key, which could then be used to decrypt the rest of the flag.
|
||||||
|
|
||||||
### Full code
|
### Full code
|
||||||
|
#### Analyzer
|
||||||
```{.python include=attack.py}
|
```{.python include=attack.py}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Candidate generator
|
||||||
```{.python include=gen.py}
|
```{.python include=gen.py}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue