Skip to content

DES in ECB mode for encrypting and decrypting data. Just for educational purpose.

Notifications You must be signed in to change notification settings

betegon/DES-ECB-mode-Cryptography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

DES-ECB-mode-Cryptography

DESCRIPTION

DES in ECB mode for enciphering and deciphering data. Just for educational purpose.
It was made as an effort to better understand DES algorithm.

REQUIREMENTS

  • Python 2.x

It is possible to use Python 3.x by changing the syntax of some lines. You will have to be careful as Python 2.x uses ascii as default encoding of strings. Bitwise Operators are also slightly different in Python3.x keep it in your mind.

NOTE

Please report any idea or question you have, issue you see, improvement or whatever come to your mind. I will be pleased to learn, listen, discuss or help.

About

DES in ECB mode for encrypting and decrypting data. Just for educational purpose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages