Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this similar to Capacitor Storage? #1

Closed
martinsotirov opened this issue Aug 18, 2019 · 1 comment
Closed

Is this similar to Capacitor Storage? #1

martinsotirov opened this issue Aug 18, 2019 · 1 comment

Comments

@martinsotirov
Copy link

martinsotirov commented Aug 18, 2019

I'm migrating a Cordova project that uses cordova-plugin-secure-storage to Capacitor, and I was wondering if this is different (more secure) than the built-in Capacitor Storage?

I'm not a Swift / Java developer but upon casual inspection of Capacitor Storage's source, it seems that on iOS it's not using Keychain and on Android it's not encrypting the values in SharedPreferences like your plugin seems to be doing.

@martinkasa
Copy link
Owner

Yes, you are right. This plugin is for storing sensitive information like security tokens. Capacitor storage just store value in plain text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants