Skip to content
/ libdes Public

Data Encryption Standard Implementation for C99

License

Notifications You must be signed in to change notification settings

lovasko/libdes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

libdes

Implementation of the Data Encryption Standard as a C99 library.

Warning!

Even though this implementation might be correct in the pure sense, it is NOT intended to be used to protect any actual data. The DES algorithm is deprecated for most usages by world's leading security experts. This implementation is NOT hardened against any side-channel attacks and is most probably vulnerable. Please refrain from using this code for all purposes other than education.

License

The libdes library is licensed under the terms of the 2-clause BSD license. For more information please consult the LICENSE file. In case you need a different license, feel free to contact the author.

Author

Daniel Lovasko daniel.lovasko@gmail.com

About

Data Encryption Standard Implementation for C99

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages