File encryption with XOR-Cipher in Python.
1.5K
File encryption with XOR-Cipher in Python.
$ python3 xor.py <infile> <outfile>
or
$ python3 xor.py <infile> <outfile> --key <password>
If you use docker,
$ docker run --rm -v $(pwd):/mnt -it mmktomato/python-xor-cipher <infile> <outfile>
or
$ docker run --rm -v $(pwd):/mnt mmktomato/python-xor-cipher <infile> <outfile> --key <password>
Note that you have to use -it if you don't specify --key <password>.
Content type
Image
Digest
Size
28 MB
Last updated
over 7 years ago
docker pull mmktomato/python-xor-cipher