Skip to content
/ DES Public

An implementation of the DES (Data Encryption Standard) algorithm

License

Notifications You must be signed in to change notification settings

skshmrj/DES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an implementation of DES (Data Encryption Standard).

Prerequisites:

  • A C compiler

Run the program:

  1. Compile the program.
  2. Run the executable with the following syntax: $./a.out -k 'path_to_key_file' -m 'path_to_message_file'. Note: It is mandatory to supply the option argument in the same order as shown above.

Author

  • Saksham Raj

About

An implementation of the DES (Data Encryption Standard) algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages