CryptoPass
Strong passwords for different websites using a single secret key
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 保持一致。