Encrypt with 3DES

View: New views
1 Messages — Rating Filter:   Alert me  

Encrypt with 3DES

by CipherAnil :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

if any one can help me with a sample code on how to perform a 3DES encryption using a key of 16bytes Key on a 8 byte data.
I need to do this to find Card Verification Code.
IF any one can post a sample on how to use this using Cryptlib C++ coding...
sample :
CString strKey = "462FC416E0E93D042CD0B00731AB4637";
CString strDATA = "0D1400000899005E";


Thanks in advance!

Cipher