Domanda

How to pack, distribute and protect data when using node-webkit and creating executable app. I use Enigma Virtual Box to create packed app.exe (Following instructions from node-webkit github). But I must have a data folder in which my data.db file is. (I am using NeDB for data persistence). That file is accessible to every user and it can be changed easily with text editor. Is there a way to protect that data or is there better way for distributing app.

È stato utile?

Soluzione

You can use default crypto module to store crypted information in your db .

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top