Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 210 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 210 Bytes

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".