Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions security/biometric-note-locking-tech-spec.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Note Locking with Biometrics/PIN - Technical Specification

## Implementation Plan
1. Use OS-level biometric APIs (Windows Hello, macOS TouchID, Android Biometric)
2. PIN fallback with secure local storage
3. AES-256 encryption for note content
4. React Native or Flutter for cross-platform

## Security Considerations
- Keys stored in OS keychain/keystore
- Rate limiting on PIN attempts
- Auto-lock after inactivity

## Estimated Effort: 2-3 weeks