Skip to content

This CLI tool allows for file encryption using a xor and also features a basic frequency analysis tool

License

Notifications You must be signed in to change notification settings

Slyvred/SimpleXor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleXor

This CLI tool allows for file encryption using a xor and also features a basic frequency analysis tool.

Usage:

foo@bar:~$ ./SimpleXor {file} {key} // Xoring a file
foo@bar:~$ ./SimpleXor {file} // Analyzing a file

Notes:

  • When you enter a password to encrypt/decrypt a file the password is hashed using the sha256 algorithm.
  • This tools works for file up to ~1.5 Gb in size.
  • Do not use this to protect actual sensitive informations, this project was intented to make time pass and is probably poorly coded and secured.

About

This CLI tool allows for file encryption using a xor and also features a basic frequency analysis tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published