An open API service indexing awesome lists of open source software.

https://github.com/rapidslayer101/enc-py

Python one time pad (OTP) symmetric XOR encryption (seed->OTP->XOR)
https://github.com/rapidslayer101/enc-py

encryption encryption-library one-time-pad python symetric-key xor

Last synced: 8 months ago
JSON representation

Python one time pad (OTP) symmetric XOR encryption (seed->OTP->XOR)

Awesome Lists containing this project

README

          

Python one time pad (OTP) symmetric XOR encryption (seed->OTP->XOR).
The enc library is stored within "enclib.py", with the testing for many enc versions in "encs.py".
Older versions can be found in "Enc-txts".