密码明文保存

https://github.com/leanote/desktop-app/issues/63
This commit is contained in:
life
2015-10-17 13:08:01 +08:00
parent c09b76fd0b
commit 4fd8ca71b2
5 changed files with 94 additions and 59 deletions

4
tests/testCommon.js Executable file
View File

@@ -0,0 +1,4 @@
// 服务测试
var Common = require('common');
var pwd = Common.md5('abc123', '1d22e0ec60ca20a1f0259cdd00eb7cfd');
console.log(pwd);