I am sorry if this question seems too broad-based.
Our objective is to encrypt data using a known key(user-specified) in C++;and decrypt the same in Perl,using the same key.
We intend to use TripleDES algorithm for the same.
Is this possible through Microsoft CryptoAPI for C++ and Crypt::TripleDES in Perl?
If so,a sample code would be a life-saver.
Our objective is to encrypt data using a known key(user-specified) in C++;and decrypt the same in Perl,using the same key.
We intend to use TripleDES algorithm for the same.
Is this possible through Microsoft CryptoAPI for C++ and Crypt::TripleDES in Perl?
If so,a sample code would be a life-saver.