Skip to content

Commit 2cfb0a3

Browse files
authored
Update README.md
1 parent d86704d commit 2cfb0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Install-Package NETCore.Encrypt -Version 2.0.5
128128
var decrypted = EncryptProvider.RSADecrypt(privateKey, encryptedStr);
129129

130130
// On mac/linux at version 2.0.5
131-
var encrypted = EncryptProvider.RSADecrypt(privateKey, encryptedStr, RSAEncryptionPadding.Pkcs1);
131+
var decrypted = EncryptProvider.RSADecrypt(privateKey, encryptedStr, RSAEncryptionPadding.Pkcs1);
132132
```
133133

134134
- #### RSA from string (add at version 2.0.1)

0 commit comments

Comments
 (0)