You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add optional PIN-protection to the app. When a PIN is set, any action that requires the private key (WIF) should ask for the PIN before the action can be performed. Examples:
When sending a payment (+ double-spend)
When exporting the private key to clipboard or displaying as QR code
When the PIN is set, the private key should be encrypted with AES where the PIN is the secret key.
The text was updated successfully, but these errors were encountered:
Add optional PIN-protection to the app. When a PIN is set, any action that requires the private key (WIF) should ask for the PIN before the action can be performed. Examples:
When the PIN is set, the private key should be encrypted with AES where the PIN is the secret key.
The text was updated successfully, but these errors were encountered: