OWASP Security Shepherd Project - Insecure Cryptographic Storage Challenge 1 (Insecure Cryptographic Storage Challenge)
Challenge Solution It is said that this challenge encrypts the result key with a famous, but easily broken, Roman cipher. As a result, let's try to google Roman cipher . WOW, now we know that the cipher is Caesar Cipher and there is also online decryption tool. Let's leverage the online decryption tool. After trying from 1 to 21, we have the result key! This completes the challenge! Reference Robert Eisele - Caesar cipher decryption tool: https://www.xarg.org/tools/caesar-cipher/