Click here to Skip to main content
15,895,538 members

Comments by CmMac (Top 8 by date)

CmMac 25-Feb-14 8:29am View    
I find the problem! The mIv must end with \0 charater.....,why crypto lib not indicate the length of iv..
CBC_Mode_ExternalCipher::Decryption cbcDecryption(aesDecryption, mIv);
The constructor has not iv length to set!
Thank you for all!
CmMac 25-Feb-14 8:07am View    
almost the same byte,other place is ok.
CmMac 25-Feb-14 6:06am View    
I am sure the string encoded before saving is the same to the string load from file.The code run OK in debug version, but only has problem is release version.Why, is the crypto lib bug?
CmMac 27-Jan-14 1:51am View    
I know the rsa Algorithm,but don't know how to use Crypt++ API,example:how to load PrivateKey from an string not from FileSource?
CmMac 20-Dec-13 22:21pm View    
I know,but when I complied an dll with this function and import into and max plugin project,it also can't run it.Why?