iOS Question RSA encryption and key pair generator?

jtare

Active Member
Licensed User
Longtime User
I'm looking to generate key pairs to encrypt and decrypt in the same device and other devices (ios and android), similarly how the encryption library works in B4A. I'm aware of the iRSA library for B4i but it lacks the function to generate key pairs, and unfortunately only supports 1024 key size.

Is there any possibility out there? Maybe a inline Objective C code approach? I tried to look for pure objective c tutorials but found nothing that I can understand to copy and paste into the #if objc condition block.
 
Top