Skip to content

Commit 06ac097

Browse files
authored
Update README.md
1 parent 54e642c commit 06ac097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# JWT cracker
22

3-
A JWT brute-force cracker written in C.
3+
A JWT brute-force cracker written in C. If you are very lucky or have a huge computing power, this program should find the secret key of a JWT token, allowing you to forge valid tokens. This is for testing purposes only, do not put yourself in trouble :)
44

55
I used the [Apple Base64 implementation](https://opensource.apple.com/source/QuickTimeStreamingServer/QuickTimeStreamingServer-452/CommonUtilitiesLib/base64.c) that I modified slightly.
66

77
## Compile
88

99
Make sure you have openssl's headers installed.
10-
On Ubuntu youcan install them with `apt-get install libssl-dev`
10+
On Ubuntu you can install them with `apt-get install libssl-dev`
1111

1212
```
1313
make

0 commit comments

Comments
 (0)