Skip to content
/ Crypto Public

C++ utility to crypt/decrypt all files in a given directory with a simple XOR cypher (OSX version)

License

Notifications You must be signed in to change notification settings

OxMarco/Crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto

Experiments with encrypting and decrypting files iteratively with a similar process adopted by ransomware malware. The process is entirely reversible as it uses a simple XOR but it can be improved to support RSA encryption using one of the several libraries available on here.

About

C++ utility to crypt/decrypt all files in a given directory with a simple XOR cypher (OSX version)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages