password_wallet:安全保存密码的程序 源码
标题 贡献者 Pasword钱包 MASTRANGELO朱利安 password_wallet 一个基于SHA-256哈希函数和XOR加密的密码保存程序。 安装 克隆项目: $ git clone https://github.com/julienmas/password_wallet.git 安装openssl库: $ sudo apt-get install libssl-dev 选择一个主密码(不超过20个字符)并计算其SHA-256哈希。 如果要使用默认密码“ 0000”,请转至5。(非常不推荐)。 $ openssl sha256 your-master-password 复
文件列表
password_wallet-master.zip
(预估有个4文件)
password_wallet-master
passwords.txt
0B
password_wallet.c
9KB
Makefile
179B
README.md
2KB
暂无评论