Does anybody know where I can get a c++ implementation of the Public-Private key algorithm? I have been searching around in google, but couldn't find one.
Thank you.
Printable View
Does anybody know where I can get a c++ implementation of the Public-Private key algorithm? I have been searching around in google, but couldn't find one.
Thank you.
Search from Crypto++ whcih is free C++ lib for Cryptography.
look here
Vinod
Thank you very much. I will check that out.