flutter_biometric_crypto 0.1.0
flutter_biometric_crypto: ^0.1.0 copied to clipboard
A Flutter package for biometric-protected encryption of small secrets using Android Keystore and iOS Keychain/Secure Enclave.
Changelog #
All notable changes to this project will be documented in this file.
0.1.0 2024-01-XX #
Added #
- Initial release
- Biometric-protected encryption using Android Keystore (API ≥ 23)
- Biometric-protected encryption using iOS Keychain/Secure Enclave
- RSA 2048 key pair generation and storage
- Encryption and decryption APIs
- Biometric authentication prompts
- Key management (init, delete)
- Biometric availability checking
- Comprehensive error handling
- Unit and integration tests
- Example application