• Stars
    star
    1
  • Language
    C
  • License
    MIT License
  • Created almost 5 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple implementation of DES algorithm. DES (Data Encryption Standard) is a symetric-key algorithm for the encryption of digital data. Although its short key length of 56-bit makes it too insecure for modern applications, it has been highly influential in the advancement of cryptography and its a good case study for cryptography students.