mogol / flutter_secure_storage

A Flutter plugin to store data in secure storage
https://pub.dartlang.org/packages/flutter_secure_storage
BSD 3-Clause "New" or "Revised" License
1.12k stars 367 forks source link

Question about files on Windows platform #742

Closed strixcode closed 1 month ago

strixcode commented 3 months ago

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

juliansteenbakker commented 1 month ago

This is done because the credentials manager wouldn't allow for more than 2560 bytes https://github.com/mogol/flutter_secure_storage/issues/450#issuecomment-1310144827