国产化驱动经济自主性与科技创新的未来之路
546
2022-10-13
pwgrep- 密码管理程序
为了管理我的密码,我写了一个小的 bash/awk 脚本用来管理一个密码数据库并使用 GnuPG 进行加密。使用 pwgrep 的好处是:
密码加密密码版本化,不用担心丢失老密码Since a versioning system is used, the password database can be used on several hosts at once (automatic synchronization). Even several user can share the same password database. The versioning system will keep track of who was changing which entries and at which time.The versioning system to use can be configured (Subversion by default)Besides of passwords, pwgrep can also be used for storing a collection of files like certificatesThe file shredding command for secure deleting of temporary files can be configured (shred on Linux and destroy or rm -P on FreeBSD by default)Automatic local backup of all database changes (Still access to old data after editing the password database and the network connection to the versioning system is not accessible)No need of a GUI (can be used through a SSH session)Using only open source softwareRunning on all *NIX and alike systemsVery easy and straight forward to use
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~