Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brendan-rius/c-jwt-cracker
/ functions
Functions
11 in github.com/brendan-rius/c-jwt-cracker
⨍
Functions
11
◇
Types & classes
1
↓ 2 callers
Function
check
* Check if the signature produced with "secret * of size "secrent_len" (without the '\0') matches the original * signature. * Return true if it mat
main.c:76
↓ 1 callers
Function
Base64decode
base64.c:126
↓ 1 callers
Function
Base64decode_len
base64.c:111
↓ 1 callers
Function
brute_impl
main.c:96
↓ 1 callers
Function
destroy_thread_data
main.c:65
↓ 1 callers
Function
init_thread_data
main.c:54
↓ 1 callers
Function
usage
main.c:162
Function
Base64encode
base64.c:179
Function
Base64encode_len
base64.c:174
Function
brute_sequential
* Try all the combinations of secret starting with letter "starting_letter" * and stopping at a maximum length of "max_len" * Returns the key when t
main.c:132
Function
main
main.c:170