An encryption library written in C++
This is a work in progress (WIP) and will most likely have glitches and bugs. The project is currently not a "library" per se, but a program with a class included. I will be moving it over to be an actual library once I get the chance to, as well as uploading the releases.
CPP-Encryption currently supports the following encryption methods:
- Additive encryption
- XOR encryption
- Caesar cipher encryption
- Add additional encryption methods:
- Vigenère cipher
- Transposition cipher
I likely will not any very complex encryption methods, as that would require a lot of time and effort on my end, but I honestly have no idea, I could end up trying. The only encryption methods I currently plan to implement are in the list above.