flutter_secure_storage icon indicating copy to clipboard operation
flutter_secure_storage copied to clipboard

A Flutter plugin to store data in secure storage

Results 274 flutter_secure_storage issues
Sort by recently updated
recently updated
newest added

I'm encountering an issue with Flutter Secure Storage 9.2.4. When I use the deleteAll function, it doesn't delete any data and doesn't show any error messages. This was working perfectly...

Hello, Our security team has noticed that flutter_secure_storage uses CBC mode for data encryption, which is less secure compared to GCM mode. Is there any plan to add support for...

My situation is hard to describe but I will try my best. In 8.0.0 version I saved 2 values in keychain with the same key. But the difference is the...

`read()` sometimes returns "Data has been reset" String instead of returning `null` or throwing an exception. In a project I recently joined it's happening regularly and it never happened to...

Bumps com.android.application from 8.8.0 to 8.10.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.application&package-manager=gradle&previous-version=8.8.0&new-version=8.10.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps com.android.tools.build:gradle from 8.8.0 to 8.10.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=8.8.0&new-version=8.10.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Hello, I hope you're doing well. I'd like to kindly request that the flutter_secure_storage package be officially released with stable support for WebAssembly. We've been waiting for an update to...

[The App uses the encryption mode CBC with PKCS5/PKCS7 padding. This configuration is vulnerable to padding oracle attacks.](https://github.com/MobSF/owasp-mstg/blob/master/Document/0x04g-Testing-Cryptography.md#identifying-insecure-andor-deprecated-cryptographic-algorithms-mstg-crypto-4)

I'm saving user credentails in the secure stoage and when user unistall the app without logout then install the app again then the excepted behaivor is user moved to login...

On the latest fedora version, I get the following errors: ``` project/linux/flutter/ephemeral/.plugin_symlinks/flutter_secure_storage_linux/linux/include/json.hpp:24392:35: error: identifier '_json' preceded by whitespace in a literal operator declaration is deprecated [-Werror,-Wdeprecated-literal-operator] project/linux/flutter/ephemeral/.plugin_symlinks/flutter_secure_storage_linux/linux/include/json.hpp:24400:49: error: identifier '_json_pointer'...