flutter_secure_storage_web 2.0.0
flutter_secure_storage_web: ^2.0.0 copied to clipboard
Web implementation of flutter_secure_storage. Use flutter_secure_storage for the full flutter package.
flutter_secure_storage_web #
This is the platform-specific implementation of flutter_secure_storage
for web.
Features #
- Secure storage using WebCrypto.
- Application-specific key wrapping for enhanced security.
Important Notice #
This plugin only works on HTTPS or localhost environments. Ensure that proper HTTP Strict Transport Security (HSTS) headers are configured to secure your application.
Configuration #
You can use application-specific key wrapping to make keys more secure.
Usage #
Refer to the main flutter_secure_storage README for common usage instructions.
License #
This project is licensed under the BSD 3 License. See the LICENSE file for details.