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 ...
This project is a Multi-Layer Perceptron (MLP) implemented from scratch in Python using only the math module (no external libraries!). It’s designed to learn the XOR function — a classic demonstration ...