basic-mod2
Last updated
Was this helpful?
Last updated
Was this helpful?
A new modular challenge! Download the message . Take each number mod 41 and find the modular inverse for the result. Then map to the following character set: 1-26 are the alphabet, 27-36 are the decimal digits, and 37 is an underscore. Wrap your decrypted message in the picoCTF flag format (i.e. picoCTF{decrypted_message}
)
Run the solution , which directly applies the operations as per the challenge description.
picoCTF{1NV3R53LY_H4RD_C680BDC1}