Labels: feature, mobile, security, intermediate, P0-critical
Description:
Implement secure storage of Stellar private keys on mobile devices using native secure storage.
Acceptance Criteria:
iOS: Use Keychain for key storage
Android: Use Keystore for key storage
Keys are encrypted at rest
Biometric authentication required to access keys
Backup mechanism with user-set passphrase
Keys are never logged or transmitted
Technical Details:
Use react-native-keychain library
Implement biometric prompt before key access
AES-256 encryption for backup export
Resources:
React Native Keychain
Biometric Authentication
Estimated Time: 8-10 hours
Labels: feature, mobile, security, intermediate, P0-critical
Description:
Implement secure storage of Stellar private keys on mobile devices using native secure storage.
Acceptance Criteria:
iOS: Use Keychain for key storage
Android: Use Keystore for key storage
Keys are encrypted at rest
Biometric authentication required to access keys
Backup mechanism with user-set passphrase
Keys are never logged or transmitted
Technical Details:
Use react-native-keychain library
Implement biometric prompt before key access
AES-256 encryption for backup export
Resources:
React Native Keychain
Biometric Authentication
Estimated Time: 8-10 hours