
CryptoPass
Contraseñas fuertes para sitios web diferentes usando una clave secreta única
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
Versiones
Aunque las descargas APK estén disponibles abajo para tu elección, deberías saber que al instalar de este modo no recibirás notificaciones de actualizaciones, y que es una forma de descarga menos segura. Recomendamos que instales y uses el cliente de F-Droid.
Descargar F-Droid-
Esta versión requiere Android 2.3 o superior.
Compilada y firmada por F-Droid, y garantizada su correspondencia con este paquete de fuentes.