This is a place to practice and showcase data structures, algorithms, and other useful concepts using Python3.
Directory information:
- Encryption:
- Encrypt/decrypt an image without extra libraries and using bitwise exclusive (XOR) operator with image bytearray and key.
- Hide data in images using cryptosteganography and cryptography modules.
- The project-euler folder contains my solutions to the math challenges on projecteuler.net.