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
valid chars from the fn - numbers and capital letters.
managed to get a graph up and running using free software! radare2 and or ghidra with cutter as a gui
using this it looks as though firstly the program checks if the key is the correct lenght, then iterates over each character to ensure it is valid (as per above) the validate_key function is taking an arguement, then looping over it doing some arithmetic and bitwise operations - an encryption algorithm, and then at the end its comparing two values to check if the key is valid