Crypt1c_0bFuSc4t10n
Last updated
Was this helpful?
Last updated
Was this helpful?
here is the executable file to download
in this challenge we are given a python encryption algorithm and the encrypted flag
this encryption algorithm encryptes character by character so we can bruteforce it to get the flag
for exemple the first encrypted character is A we will try to bruteforce all ascii characters until we find the character that if encrypted gives us A so this character is the first character of the flag and doing this for each character in the encrypted flag we get the decrypted flag
Greetings from Sayonara