Skip to content

A XOR-STR encryption for strings, on a per-character basis.

Notifications You must be signed in to change notification settings

Keramis/cpp_xorstr_per_char

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

cpp_xorstr_per_char

A XOR-STR encryption for strings, on a per-character basis.

Takes a 8-bit string key (ones and zeroes, ex. "10110010") and a string input.

I know that I can use bitwise XOR, but letting the user choose the 8-bit key as a string makes it easier for me to use everything as a string. Maybe I'll update it later with a different method.

About

A XOR-STR encryption for strings, on a per-character basis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages