You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the above example, the key is `Sn1f`. It takes approximately 2 seconds to crack on my Macbook.
30
30
31
-
## Caveats
31
+
## Contribute
32
32
33
33
* No progress status
34
34
* 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