https://github.com/franneck94/sdes
Simple DES En/- Decryption
https://github.com/franneck94/sdes
Last synced: 3 months ago
JSON representation
Simple DES En/- Decryption
- Host: GitHub
- URL: https://github.com/franneck94/sdes
- Owner: franneck94
- Created: 2018-01-08T08:01:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T08:03:46.000Z (over 7 years ago)
- Last Synced: 2025-02-12T11:14:41.954Z (8 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sdes
SDES Implementation in Python 3Original Code from: https://github.com/rishanffalildeen/sdes
Updated with CBC-Mode