On 10 April 2014 13:08, Buddhika E. wrote:
> Could anybody provide me some solution?
>
> Many Thanks,
> Buddhika
>
> PS: I attached a code sample
>
>
I haven't gone all through your code, but spotted this:
if(!EVP_DecryptUpdate(&ctx, out, &buflen, cipher, strlen(cipher))) {
You can't use strle
Hi Support,
I have implemented a demo project at enables encrypting a plaintext based
on 2 input param values.
Version: 1.01f
Cipher Mode: EVP_aes_256_cbc
Salt[]={1,2,3,4,5,6,7,8}
Digest = md5
(functions encapsulated in DLL)
*Encrypt(Param1, Param2, PlainText)* >> Param1 +HardCoded+Param2 =
*Pass