1

I've created an Capture The Flag challenge for me and a few of my mates, and for the final challenge, you're goal is to log in as admin to a site. Now the site doesn't use any server side languages (since it's purposely insecure and I'd rather not take a risk). It's pretty much a challenge where you look around the admin's "social media page" and try to find hints on the password using steganography, cryptography, and straight up guessing. Now to ensure that the players don't cheat (since I have to use HTML and JavaScript), I have a simple script that if you try to login as admin, it encrypts it and matches it with the key. (if i'm being a bit confusing, src code is here). Wouldn't this be secure even though it is client side encryption? (Note that the username is encrypted in MD2 on purpose)

0 Answers0