Skip to content
/ DES Public

DES implementation in C++ using 64 bit long datatype as a block

Notifications You must be signed in to change notification settings

shashikdm/DES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DES

DES implementation in C++ using 64 bit long datatype as a block

Compile

g++ main.C

Run

./a.out

Want to contribute?

  • implement mode of operations (ecb, cbc, cbf)

About

DES implementation in C++ using 64 bit long datatype as a block

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages