The RSA Snake Game is a hybrid project that combines the classic mechanics of the Snake game with interactive RSA encryption challenges. Built with Python and Pygame, it aims to make learning about ...
In this project, I implemented and broke basic cryptographic schemes using Python. I worked on repeated-key XOR ciphers and explored simplified RSA vulnerabilities, including PIN cracking, credit card ...
RSA encryption is a major foundation of digital security and is one of the most commonly used forms of encryption, and yet it operates on a brilliantly simple premise: it's easy to multiply two large ...