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

Storage encryption #36

Open
ocombe opened this issue Nov 1, 2014 · 4 comments
Open

Storage encryption #36

ocombe opened this issue Nov 1, 2014 · 4 comments
Assignees
Milestone

Comments

@ocombe
Copy link
Collaborator

ocombe commented Nov 1, 2014

We could add an encryption functionality such as the one described in ngStore for Angular 2: https://docs.google.com/document/d/1DMacL7iwjSMPP0ytZfugpU4v0PWUK0BT6lhyaVEmlBQ/edit#heading=h.57girrphcre7
And something like that maybe: https://github.com/jas-/secStore.js

@ocombe ocombe added this to the 2.0.0 milestone Nov 1, 2014
@billymedia
Copy link

How insecure is indexeddb/websql when used in a phonegap app? Is it easy for someone to access and interrogate stored data?

@ocombe
Copy link
Collaborator Author

ocombe commented Nov 14, 2014

Well you just have to plug the device with usb to a computer and you can remote inspect the webview with chrome or safari. You can then access the storage (indexedDB, WebSQL & local storage) and read all the stored data.
But you need to have the device in hand to do that.

@billymedia
Copy link

Thought as much. Decided to keep some data in parse.com and less sensitive stored.

@ocombe ocombe closed this as completed Mar 26, 2016
@scotttrinh
Copy link
Owner

Let's open this back up for 1.4.0.

@scotttrinh scotttrinh reopened this Jun 27, 2016
@scotttrinh scotttrinh self-assigned this Jun 27, 2016
@scotttrinh scotttrinh modified the milestones: 1.4.0, 2.0.0 Jun 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants