https://github.com/rageworx/libdes
library for Data Encryption Standard, supports to 3DES, for GCC(G++)
https://github.com/rageworx/libdes
3des cipher cplusplus cpp decryption des encryption gcc gpp library
Last synced: 2 months ago
JSON representation
library for Data Encryption Standard, supports to 3DES, for GCC(G++)
- Host: GitHub
- URL: https://github.com/rageworx/libdes
- Owner: rageworx
- License: mit
- Created: 2018-08-28T02:05:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T05:21:43.000Z (about 7 years ago)
- Last Synced: 2025-06-30T03:41:51.291Z (3 months ago)
- Topics: 3des, cipher, cplusplus, cpp, decryption, des, encryption, gcc, gpp, library
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libdes
std c++ library for Data Encryption Standard, supports to 3DES## Supports platforms
* Any, g++ availed meant be compiled.## Reference
* Implement source : fffaraz's https://github.com/fffaraz/cppDES