seckeyref Questions
2
I try to make my own SecKey with
exponent:
let exponent = "10001"
modulus:
let modulus = "D6250B831F82EC984513922E797283E4D3879E1F0AD52364EBDA5A5696F6E75CDCE0704A993F3F95AA557A6882A525EC4B8344D...
1
Solved
I am developing an iOS app using swift 3.
I need to export an SecKey (which is the user RSA publickey reference) to a string (e.g base64) in order to share it through a generated QRCode.
It also ...
Keelboat asked 27/4, 2017 at 22:59
3
Solved
I want to encrypt data using RSA , I tried to generate the key in my code and it's working , But what I actually need is to get the public key as a string from server and then use it as Seckey so I...
Craps asked 2/3, 2015 at 10:59
1
© 2022 - 2024 — McMap. All rights reserved.