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

PR - Decryption with private key #6

Closed btnguyen2k closed 8 years ago

btnguyen2k commented 8 years ago

New function: decryption with private key. Add function: encryption with private key. Currently not working, iOS return status -4 errSecUnimplemented; not sure why because the code seems correct.

ideawu commented 8 years ago

I have merged with encryption with private key functions commented.