You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
About
Python one time pad (OTP) symmetric XOR encryption (seed->OTP->XOR)