Skip to content

Issue #2: Implement Secure Key Storage on Mobile #2

Description

@Chinaza007

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions