Skip to content

ozgurshn/EncryptionForiOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

iOS Encryption and Decryption with RSA and AES Interoperable with .NET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published