Skip to content

Commit d252282

Browse files
committed
Fix readme
1 parent 6d7a96d commit d252282

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

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

33
A JWT brute-force cracker written in C.
4-
I used the Apple Base64 implementation that I modified slightly.
4+
5+
I used the [Apple Base64 implementation](https://opensource.apple.com/source/QuickTimeStreamingServer/QuickTimeStreamingServer-452/CommonUtilitiesLib/base64.c) that I modified slightly.
56

67
## Compile
78

@@ -12,7 +13,7 @@ make
1213
./jwtcrack eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWV9.cAOIAifu3fykvhkHpbuhbvtH807-Z2rI1FS3vX1XMjE
1314
```
1415

15-
In the above example, the key is `secret`. It takes approximately 10 minutes to crack on my Macbook.
16+
In the above example, the key is `Sn1f`. It takes approximately 2 minutes to crack on my Macbook.
1617

1718
## Caveats
1819

0 commit comments

Comments
 (0)