Im a total beginner in ASP.net.. seeking for some experts help.. As the user, I want to encrypt the contents of my .txt file using RSA public key that i have, and then upload the encrypted file to server...
And then upon upload, I want the server to automatically decrypt the uploaded file using the matching RSA private key and display the original message that was in the .txt file to the user... I already have the both the public and private keys using Putty, and I don't know what to do next.. :(
↧
User encrypt txt file using his Public Key(RSA) and upload it, server Decrypt file using Pvt Key
↧