Skip to content

Commit f2463a8

Browse files
authored
Update README.md
1 parent 14c4238 commit f2463a8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,14 @@ $ > ./jwtcrack eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwi
2828

2929
In the above example, the key is `Sn1f`. It takes approximately 2 seconds to crack on my Macbook.
3030

31-
## Caveats
31+
## Contribute
3232

3333
* No progress status
3434
* If you stop the program, you cannot start back where you were
35+
36+
## IMPORTANT: Known bugs
37+
38+
The base64 implementation I use (from Apple) is sometimes buggy because not every Base64 implementation is the same.
39+
So sometimes, decrypting of your Base64 token will only work partially and thus you will be able to find a secret to your token that is not the correct one.
40+
41+
If someone is willing to implement a more robust Base64 implementation, that would be great :)

0 commit comments

Comments
 (0)