An open API service indexing awesome lists of open source software.

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

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.


---


badge