Skip to content

turtles4all/XorCipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XorCipher

XOR.py will take a given key and use its SHA3-256 hash to XOR a given file.

Requirements: Python 3.6

Usage: XOR.py [-h] -i FILEIN -o FILEOUT -k KEYSTRING

optional arguments:

-h, --help show this help message and exit

Required arguments:

-i FILEIN Input File -o FILEOUT Output File -k KEYSTRING Key

Example:

To encrypt - "XOR.py -i pg100.txt -o pgxored -k password

To decrypt - "XOR.py -i pgxored -o anyfilename.txt -k password

About

A 256 bit block cipher using XOR magic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages