HackTheBox – BabyEncryption Write-up
Hi everyone! Today’s post is one BabyEncryption, a very easy Cryptography challenge on HackTheBox. This challenge was released on 29 May 2021. In this challenge, we will be focusing on decrypting a set of bytes in strings encrypted by modulus. Let’s get started! Files provided chall.py msg.enc Analysis chall.py The chall.py consists of a Python […]
You must be logged in to post a comment.