Skip to content

JohanesSetiawan/DES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

DES Algorithm Implementation from Scratch

Introduction

This is a DES algorithm implementation from scratch. The DES algorithm is a symmetric-key algorithm for the encryption of electronic data. Although its short key length of 56 bits makes it too insecure for applications, it has been highly influential in the advancement of cryptography.

Usage

python des.py

or

python3 des.py

or

using DES.ipynb in Jupyter Notebook or Google Colab

Reference

https://www.geeksforgeeks.org/data-encryption-standard-des-set-1/

About

Cryptography DES Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published