Ios and swift SMEs, appreciate if I can get some answers on the following
Have very short msg encrypted by a pvt rsa key (pkcs1, in java)
Need to decrypt in ios using public key
How can I achieve that?
[Pls, 'am fairly familiar with cons and pros of using pub key to decrypt, for my use case pub key doesnt fly over internet; If I chose sig based, I need to do a time stamp etc check, which adds overhead; my msgs to encrypt are _very_ short << chars]
Thanks in anticipation