biometric_storage 0.1.0
biometric_storage: ^0.1.0 copied to clipboard
Encrypted data store optionally secured by biometric lock.
biometric_storage #
Encrypted file store secured by biometric lock. Meant as a way to store small data in a hardware encrypted fashion. E.g. to store passwords, secret keys, etc. but not massive amounts of data.
On android uses androidx uses KeyStore and on iOS LocalAuthentication with KeyChain.
Getting Started #
Android #
- Requirements:
- Android: API Level >= 23
- MainActivity must extend FlutterFragmentActivity
iOS #
- include the NSFaceIDUsageDescription key in your app’s Info.plist file
- Requires at least iOS 9