CryptoPass
使用单个密钥为不同网站提供强密码
Generate different passwords from single master password using cryptographically
strong method (PBKDF2 with SHA-256).
Create strong passwords for different websites (or anything else) using a single
secret key. There's no need to remember or store multiple passwords if you can
derive them from your master key.
Сan easily be used as password generator and password manager.
Your passwords doesn't store anywhere, username and url pairs stored for easy
access.
password = base64(pbkdf2(secret, username@url))
PBKDF2 uses SHA-256 and 5000 iterations. Cuts password to specified length (25
by default).
Compatible with Chrome CryptoPass extension
https://chrome.google.com/webstore/detail/cryptopass/hegbhhpocfhlnjmemkibgibljklhlfco
strong method (PBKDF2 with SHA-256).
Create strong passwords for different websites (or anything else) using a single
secret key. There's no need to remember or store multiple passwords if you can
derive them from your master key.
Сan easily be used as password generator and password manager.
Your passwords doesn't store anywhere, username and url pairs stored for easy
access.
password = base64(pbkdf2(secret, username@url))
PBKDF2 uses SHA-256 and 5000 iterations. Cuts password to specified length (25
by default).
Compatible with Chrome CryptoPass extension
https://chrome.google.com/webstore/detail/cryptopass/hegbhhpocfhlnjmemkibgibljklhlfco
版本
尽管下面提供了 APK 安装包的下载选项,但你应该注意,以这种方式安装将不会收到更新通知,这是一种不太安全的下载方式。 我们建议你安装使用 F-Droid 客户端。
下载 F-Droid-
该版本需要 Android 2.3 及以上版本。
此安装包由 F-Droid 构建并签名,且保证与此源代码 tarball 保持一致。