We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e506f9 + 2cfb0a3 commit bf85833Copy full SHA for bf85833
README.md
@@ -128,7 +128,7 @@ Install-Package NETCore.Encrypt -Version 2.0.5
128
var decrypted = EncryptProvider.RSADecrypt(privateKey, encryptedStr);
129
130
// On mac/linux at version 2.0.5
131
- var encrypted = EncryptProvider.RSADecrypt(privateKey, encryptedStr, RSAEncryptionPadding.Pkcs1);
+ var decrypted = EncryptProvider.RSADecrypt(privateKey, encryptedStr, RSAEncryptionPadding.Pkcs1);
132
```
133
134
- #### RSA from string (add at version 2.0.1)
0 commit comments