实际上,我听说要保存敏感数据,最好将其保存在flutter_secure_storage中;但我发现flutter_secure_storage为什么比shared_prefrences更安全?我应该将用户令牌保存在flutter_secure_storage中吗?
发布于 2021-07-26 11:55:59
flutter_secure_storage是与aes加密存储的,但有更好的选择,同样的安全性,但与高性能的hive。在这里你可以阅读更多关于它的https://pub.dev/packages/hive#benchmark
https://stackoverflow.com/questions/68524199
复制相似问题