An app with really insecure crypto. To be used to see/test/exploit weak cryptographic implementations as well as to learn a little bit more about crypto, without the need to dive deep into the math behind it
This project is inspired by the world-famous eponymous 90’s game, which was the very first FPS : Wolfenstein 3D. The purpose of this project is to learn about raycasting and to make a dynamic view inside a maze inspired by "Doctor Who" serie's theme, and in which you'll have to find your way. Enjoy !
A short program to test Unity as it spawns a cube wherever it's clicked in order to test the collisions with a counter. Deactivate Rotation by pressing S.
This code was written to ensure there are no collisions among the SHA256 hashes gotten from numeric strings in the range of 0000 000 000 to 9999 999 999
A (dummy) implementation of the SHA-1 encryption algorithm written for educational purposes. Includes a birthday attack which finds collisions on the first 32 bits of different output digests.