Failed to decrypt

  • Thread starter Thread starter Firman
  • Start date Start date
F

Firman

Dear All,

I'm developing application using VB.Net, and I encrypt connectionstring in configuration file. The application running well on my computer, but the error coming when running at another computer. This the error message:

"Failed to decrypt using provider 'RsaProtectedConfigurationProvider'. Error message from the provider. RSA container could not be opened".

Please help me to solve this problem.

Thanks
Firman
 
If you are using the new encrypt/decrypt methods of the IO.File be aware that only the user that encrypts can decrypt.

Look at the System.Security.Cryptography namespace
Dear All,

I'm developing application using VB.Net, and I encrypt connectionstring in configuration file. The application running well on my computer, but the error coming when running at another computer. This the error message:

"Failed to decrypt using provider 'RsaProtectedConfigurationProvider'. Error message from the provider. RSA container could not be opened".

Please help me to solve this problem.

Thanks
Firman
 
Back
Top