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

Encrypting the database #8902

Closed
danilobatistaqueiroz opened this issue Apr 1, 2024 · 1 comment
Closed

Encrypting the database #8902

danilobatistaqueiroz opened this issue Apr 1, 2024 · 1 comment

Comments

@danilobatistaqueiroz
Copy link

It's a question. Can I encrypt my database?
I'm using PouchDB for Node.
My npm packages:
cordova-sqlite-storage
pouchdb
pouchdb-adapter-cordova-sqlite

I'm using this command to open my database, and It isn't encrypted:

    let options = {adapter:'cordova-sqlite',location:'default',androidDatabaseImplementation:2, key:'123'};
    PouchDB.plugin(require('pouchdb-adapter-cordova-sqlite'));
    this.pdb = new PouchDB('employees.db', options);
@janl
Copy link
Contributor

janl commented May 24, 2024

@janl janl closed this as completed May 24, 2024
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