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 client will be provided with public key generated by java key tool. Using this key, they need to encrypt the password. The encrypted password will be decrypted at the server side and if the password is valid, the client will be authenticated. For C/C++ RSA Encryption, i am planning to use OpenSSL.I do have the values for (modulus and public exponent)that actually forms public key pair. Pl. let me know how to use Open SSL API to use this key pair to perform RSA Encryption. Thank you __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]