Skip to content

Commit

Permalink
Update README.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo authored Nov 17, 2024
1 parent cedcb0d commit 807546d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions level01/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,15 @@ OR
> ./do_john.sh
```

Why use `john`
- `./john --show` provides this line in the output
```b
[DES 128/128 SSE2-16]
```
- Data Encryption Standard (DES)
- DES is not truly encryption in the sense of encryption algorithms
- it is an old one-way transformation used to store passwds
- it is insecure due to small key size
- using john to bruteforce-crack it is the most effecive way
```

0 comments on commit 807546d

Please sign in to comment.