10
2
Fork 0

label scripts for leaky crypto

This commit is contained in:
Hazel Levine 2020-05-26 14:50:06 -04:00
parent 06eb04e352
commit c8e9d40111
1 changed files with 2 additions and 0 deletions

View File

@ -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}
``` ```