ideawu / Objective-C-RSA

Doing RSA encryption and decryption with Objective-C on iOS
http://www.ideawu.com/blog/post/132.html
Other
1.15k stars 280 forks source link

add supports for encrypting with private key #42

Closed Jerry0523 closed 7 years ago

Jerry0523 commented 7 years ago

When encrypting with private key, it intends to create a signature. SecKeyRawSign is the right function to use.

ideawu commented 7 years ago

Thank you for you contribution!