Password Store 应用
简单的密码管理器,兼容 pass:密码以简单的文本文件形式存储,并使用 OpenPGP 进行加密。
功能:
- 克隆现有的 pass 仓库或创建一个新的
- 创建和组织密码文件
- 与远程 Git 仓库同步
- 解密并复制密码
- 在应用程序和支持的浏览器中自动填写和保存凭据
更新详情 1.14.5
- Fixed: Incomplete password repository export/import when returning to the password list too quickly.
- Improved security: PIN verification attempt counter is now persistently cached to prevent brute force attacks.
- Fixed: Decryption failures in multi-key setups with public-only PGP keys.