Thanh Ba Nguyen
Thanh Ba Nguyen
Forgot to mention I am using v8.11.5.
If encryption was good then normally you are good. Wierd result usually comes from env or security settings. I suggest you post your code along with your keys (if they...
Maybe you encounter this bug: http://stackoverflow.com/questions/38456471/secitemadd-always-returns-error-34018-in-xcode-8-in-ios-10-simulator/38543243#38543243
If you have error -34018 on simulation, see solution in this link http://stackoverflow.com/questions/38456471/secitemadd-always-returns-error-34018-in-xcode-8-in-ios-10-simulator/38543243#38543243
Swift implementation, also has decryption function: https://github.com/btnguyen2k/swift-rsautils
@ideawu I have created a pull request for decryption function.
@coskungun, private key is a bit more complicated than I thought. I have add function to decrypt with private key in my Swift version: https://github.com/btnguyen2k/swift-rsautils Still, encryption with private key...
Hi @anonymity-du, That function is there just for completeness. In practice we do not encrypt with private key because it not secure. Cheers, Thanh Nguyen
Hi @jjpatel1996, I belive this is restriction of iOS. When you do not supply a keychainTag, the library will generate one for you. However, the generated keychainTag seems no longer...
Hi @harshikotecha, This repo is no longer maintained. We moved to the new home at https://github.com/btnguyen2k/swiftutils Also this bug has been fixed in swiftutils repo. Best regards,