cppDES icon indicating copy to clipboard operation
cppDES copied to clipboard

C++ implementation of Data Encryption Standard (DES, 3DES) (ECB, CBC)

Results 3 cppDES issues
Sort by recently updated
recently updated
newest added

This would be a much easier resource to pull from if there were a makefile for general use - we don't all have QT. Let me know if you want...

When using encrypting/decrypting a byte array, one has to always swap bytes in int64 to get the conforming result with DES standard. For instance, consider this DES encryption case input...

It would be nice if this implementation supports pkcs7 padding algorithm, please consider it