Encryption/Decryption
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hello all, I have requirement of encrypting a string in VC++ and decrypting it in ASP. so how could i accomplish this task.?? Please help me out in this situation. Thanks & Regards, Hemang
You can use crypto++ for encryption in C++. For decrypting in ASP...well ask in ASP forum ;P -Saurabh
-
Hello all, I have requirement of encrypting a string in VC++ and decrypting it in ASP. so how could i accomplish this task.?? Please help me out in this situation. Thanks & Regards, Hemang
Does http://www.codeproject.com/KB/security/RSAEncryption.aspx[^] helpful?