Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 279 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 279 Bytes

iOS Encryption implementation Interoperable with .NET

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.