Log in

View Full Version : Decryption program in java using private key by RSA algorithm base 64 method


vishnu9024
Nov 22, 2013, 05:22 AM
I have an encrypted file in text format and that private key. I have to decrypt the encrypted file in java using RSA algorithm and base 64 method. I need some example program programs... Help me...
Thanks in advance...

InfoJunkie4Life
Nov 23, 2013, 08:33 AM
This ariticle here (http://techie-experience.blogspot.com/2012/10/encryption-and-decryption-using-aes.html) may be of help...

Are there specific libraries you are allowed to use? I have heard of the spongy castle API if you are looking for something else.