flutter_secure_storage icon indicating copy to clipboard operation
flutter_secure_storage copied to clipboard

[Linux] Breaks Gnome Keyring with Empty Password

Open ruediste opened this issue 6 months ago • 3 comments

The secrets are stored as JSON value with multiple keys. The string is pretty formatted, thus has newlines. When using a gnome keyring with an empty password, such a value breaks the loading of the keyring during the next boot.

Proposed solution: Use Base64 encoding before storing the value.

ruediste avatar Jun 25 '25 11:06 ruediste

Is there any action on this?

MrFastDie avatar Jul 24 '25 08:07 MrFastDie

⚠️ This issue has been marked as stale because it has been open for 60 days with no activity.

If this issue is still relevant, please comment to keep it active. Otherwise, it will be closed in 60 days.

github-actions[bot] avatar Nov 25 '25 03:11 github-actions[bot]

Thanks for bringing this up, i will dive into this later this week.

juliansteenbakker avatar Nov 26 '25 22:11 juliansteenbakker

I have released v10 which should fix this issue.

juliansteenbakker avatar Dec 11 '25 19:12 juliansteenbakker