Skip to content

A simple python script that encrypts through the XOR operator and a key.

License

Notifications You must be signed in to change notification settings

HYOUG/xor-encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XOR Encryption / Decryption

A simple python script that encrypts a target file bytes through the XOR operator and a key file.

💾 Installation

git clone https://github.com/HYOUG/BinaryEncryption.git

or, Code button > Download ZIP

⚙️ Usage

Command line mode :

python main.py (fp_target) (target_key)

📌 Examples

Input (./examples/target.txt) :

Hello Github !

Key (./examples/key.txt) :

p455w0rd

Output (./examples/target_encrypted.txt) :

8����P7�����PQ

📜 License

MIT (2021) License protected project.

About

A simple python script that encrypts through the XOR operator and a key.

Topics

Resources

License

Stars

Watchers

Forks

Languages