Storing a private key in android/ios keychain encrypted or not
In my app, the user must use a private key to sign a transaction (on a blockchain). (It is quite common)
I am facing questions regarding how to store my user’s private key on the device. I am to use a keychain module to store the private k… Continue reading Storing a private key in android/ios keychain encrypted or not