D
Dhyani
Guest
Hi Bronco, I had done my research on it and as this requirement can be completed using any asymmetric cryptographic algorithm which is not supported by Progress. openssl is a way to implement rsa but I don't know how I can implement it in my scenario at server side. For client side i found link github.com/.../jsencrypt useful in support of openssl implementation at server side, but the problem is I don't have any idea how to implement it at server side in my case. In my case i have to create private and public key at server side and then need to send public key to the browser and store private key at server side. In client side need to encrypt the password using public key and then need to send it to the server. Server needs to decrypt it using stored private key. Any idea for server side implementation? Thanks, Ajay,
Continue reading...
Continue reading...