Skip to content

SlimyFrog123/CPP-Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP-Encryption

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.

Encryption Methods

CPP-Encryption currently supports the following encryption methods:

  • Additive encryption
  • XOR encryption
  • Caesar cipher encryption

To-do

  • Add additional encryption methods:
    1. Vigenère cipher
    2. Transposition cipher

Additional Notes

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.

About

An encryption library written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published