Potato

~# cat Question

i encrypted this with a potato

wrap the cracked plaintext with ASCI

FILE: enc

enc

add564b5920b7f9ee6e97a5e836040a73f5efb3d

This was a very simple cryptography challenge, we just needed to decrypt the cipher text. The cipher text was not only 40 characters long but one of the most common encryption that is not secure/broken is SHA-1. We can use a SHA-1 decoder to decrypt the cipher text to obtain the flag.

Flag: ACSI{pandas}

Last updated