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

Why Windows version was changed to store data in files instead of in Windows Credentials Manager?

[ActivityRecord{a1891bf u0 com.nic.InspectionAppNew/.MainActivity t2886}#209122](this:0xb4000070e6e19ba0,id:-1,api:0,p:-1,c:-1) id info cannot be read from 'ActivityRecord{a1891bf u0 com.nic.InspectionAppNew/.MainActivity t2886}#209122' 2024-03-12 15:56:49.704 858-1179 BufferQueueDebug surfaceflinger E [9f428b6 Splash Screen com.nic.InspectionAppNew#209123](this:0xb4000070e460dba0,id:-1,api:0,p:-1,c:-1) id info cannot be read from...

Update link to documentation for EncryptedSharedPreferences. The current link points to a page with no mention of EncryptedSharedPreferences.

Bumps com.android.tools.build:gradle from 8.3.2 to 8.5.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=8.3.2&new-version=8.5.0)](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

The error #711 indicates that `SecItemAdd` is being called when it should be `SecItemUpdate` in some users. This could be a case where (for some reason) `errSecItemNotFound` is returned from...

Bumps com.android.tools.build:gradle from 8.1.2 to 8.5.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=8.1.2&new-version=8.5.0)](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

While the techniques for persisting data on iOS and Android is covered in the .md file - the same for Windows is strangely missing. Customers are going to want to...

stale

Hey, Thanks for such a great library. I just have one question, if I want to stream a value from the storage, can you let me know how can I...

Mobile Security Framework (MobSF) reports high risk error that comes from the android part of package. **Error details:** [The App uses the encryption mode CBC with PKCS5/PKCS7 padding. This configuration...

This pull request aims to enable the optional use of the "classic" macOS keychain. This is done by adding the `useDataProtectionKeyChain` parameter to the macOS options. It defaults to `true`...