Use nodejs-mobile and bcrypt to generate encryption key, and encrypt db

This commit is contained in:
Julia Friesel
2018-09-09 17:15:31 +02:00
parent b7470151b4
commit 4839f95312
12 changed files with 417 additions and 5 deletions
@@ -0,0 +1,6 @@
{
"dependencies": {
"bcryptjs": "^2.4.3"
},
"main": "main.js"
}