Skip to content

Encrypt / Decrypt files by XORing every byte with a key string, equivalent to a Vigenere cipher.

License

Notifications You must be signed in to change notification settings

San7o/xorcrypt.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

xorcrypt-rs
===========

Encrypt / Decrypt files by XORing every byte with a key string,
equivalent to a Vigenere cipher. Bytes with 0 are not XORed as that
could leak the key.

Author:  Giovanni Santini
Mail:    giovanni.santini@proton.me
License: MIT


Usage
-----

Just run:

     ./xorcrypt.rs input.txt key output.txt

No need to have cargo, no need to build the binary yourself

About

Encrypt / Decrypt files by XORing every byte with a key string, equivalent to a Vigenere cipher.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages