Skip to content

leJBP/simpleDES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple DES

Simple DES version with 12 bits blocks and 8 bits long key.

Implementation

This little is an implementation of a simple DES. This cryptographic algorithm is depicted on the image below. The second image is the F-function used in this algorithm.

drawing drawing

Usage

To use this programm use the following command:

python3 simpleDES.py

then, the program will ask you for a text to encrpyt a key and number of rounds you want to use to encrypt your input.

Releases

No releases published

Packages

No packages published

Languages