diff --git a/README.md b/README.md index 3fc4091..5d1b508 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,15 @@ RSA and AES encryption and decryption is implemented. For RSA + -Key size: 1024 bits + -Padding: kSecPaddingPKCS1 + For AES + -Key Size: 256 bits + -Padding: kCCOptionPKCS7Padding .NET implementation will be available soon.