Regarding Public key Encryption-RSA

2003-07-05 Thread sowmya hn
I need to provide security for password.I need to use RSA algorithm. Encryption will be done by C/C++ client using RSA algorithm. Decryption will be done by server using RSA algo .JCE and Bouncy Castle as provider will be used for decryption. Key pair will be generated using Java key tool. C++/C c

Regarding Public key Encryption-RSA

2003-07-03 Thread sowmya hn
I need to provide security for password.I need to use RSA algorithm. Encryption will be done by C++ client using RSA algorithm. Decryption will be done by server using RSA algo .JCE and Bouncy Castle as provider will be used for decryption. Key pair will be generated using Java key tool. C++ clien