我有一个加密工具对文件进行加密,当我研究加密文件时,发现它正在加密文件中写入.PEM的名称。it supporting encryption of any file, it means RSA keys can not be use for encryption so here
it is creating a key(K) and encrypt it with RSA public key and then using key(K) for encrypting the file.
Unhandled Exception: System.Net.WebException: Error getting response stream (Write: The authentication or decryptionhas failed.): SendFailure ---> System.IO.IOException: The authentication or decryption has failed. -