https://github.com/biscgit/encryption-des
Python script for encrypting bits with DES only using mathematical operations
https://github.com/biscgit/encryption-des
encryption python3
Last synced: about 7 hours ago
JSON representation
Python script for encrypting bits with DES only using mathematical operations
- Host: GitHub
- URL: https://github.com/biscgit/encryption-des
- Owner: Biscgit
- License: gpl-3.0
- Created: 2023-11-13T08:21:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T10:58:29.000Z (over 2 years ago)
- Last Synced: 2025-04-06T17:17:50.889Z (about 1 year ago)
- Topics: encryption, python3
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DES Encrypton
A step by step python script describing how DES encryption works.
## How to use
Replace the variables `text` and `key` (located at the top of the file) with a 64-bit binary integer and execute the sript with `python3 encryption.py` or `./encryption.py` if you are on Linux.
The result will be printed at the end.
---
