-
Notifications
You must be signed in to change notification settings - Fork 0
Encrypt / Decrypt files by XORing every byte with a key string, equivalent to a Vigenere cipher.
License
San7o/xorcrypt.rs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 yourselfAbout
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 0
No packages published