Overview: This project implements a feedforward neural network (FFNN) from scratch in Python using NumPy and Matplotlib to solve the XOR logic problem. XOR is not linearly separable, making it an ...
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 ...