https://github.com/zeyu-li/cipher
A Feistel Cipher implemented in Python :closed_lock_with_key:
https://github.com/zeyu-li/cipher
cipher feistel-cipher
Last synced: 3 months ago
JSON representation
A Feistel Cipher implemented in Python :closed_lock_with_key:
- Host: GitHub
- URL: https://github.com/zeyu-li/cipher
- Owner: Zeyu-Li
- License: mit
- Created: 2020-06-18T21:26:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T02:12:52.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T22:09:45.338Z (5 months ago)
- Topics: cipher, feistel-cipher
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Cipher
Create a cipher using Python
Based off of Feistel Cipher
## License
MIT