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)
- Host: GitHub
- URL: https://github.com/rapidslayer101/enc-py
- Owner: rapidslayer101
- Created: 2022-01-01T20:15:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T02:01:55.000Z (over 1 year ago)
- Last Synced: 2025-01-08T13:26:37.063Z (9 months ago)
- Topics: encryption, encryption-library, one-time-pad, python, symetric-key, xor
- Language: Python
- Homepage:
- Size: 27.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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".