flutter_secure_storage icon indicating copy to clipboard operation
flutter_secure_storage copied to clipboard

About encryption on iOS

Open taiseiiiii opened this issue 2 years ago • 1 comments
trafficstars

Thanks for offering this convenient package.

I believe this package uses KeyChain to hold the information in iOS, but is the encryption of the information itself left to KeyChain?

What I'm asking is, does this package itself contain the logic to encrypt the information?

taiseiiiii avatar Sep 15 '23 11:09 taiseiiiii

The iOS Keychain is a secure storage which handles this for you: https://developer.apple.com/documentation/security/keychain_services/

You don't need additional encryption on top of this.

kevtechi avatar Dec 21 '23 11:12 kevtechi

I am closing all older issues. If this issue still exists in the latest version, please let me know.

juliansteenbakker avatar Aug 13 '24 20:08 juliansteenbakker