Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/node.js/36.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Node.js 使用节点webkit在本地设置安全密码_Node.js_Security_Passwords_Local Storage_Node Webkit - Fatal编程技术网

Node.js 使用节点webkit在本地设置安全密码

Node.js 使用节点webkit在本地设置安全密码,node.js,security,passwords,local-storage,node-webkit,Node.js,Security,Passwords,Local Storage,Node Webkit,我必须在我的应用程序中本地保存密码。不幸的是,我不能只是散列它们,因为我必须在每次应用程序启动时使用它。是否有可能保存密码并防止所有其他程序打开密码。我从安卓系统知道,你不必在意这一点,因为操作系统无所不能。在节点webkit(Windows)中是否也存在这种可能性 提前多谢

我必须在我的应用程序中本地保存密码。不幸的是,我不能只是散列它们,因为我必须在每次应用程序启动时使用它。是否有可能保存密码并防止所有其他程序打开密码。我从安卓系统知道,你不必在意这一点,因为操作系统无所不能。在节点webkit(Windows)中是否也存在这种可能性

提前多谢