↧
Answer by imichaelmiers for Decrypt the encrypted file content?
Your file is almost certainly not RSA encrypted. Its probably encrypted with AES under a random symmetric key and the key is then encrypted with RSA. You are assuming someone actually encrypted the...
View ArticleDecrypt the encrypted file content?
I am having a problem decrypting a file using RSA public key decryption. My process is to receive the xml file, encrypt the content, and write it back to the same file. Another function decrypts the...
View Article