CryptoPass

Strong passwords for different websites using a single secret key
AppID:krasilnikov.alexey.cryptopass
Author:Unknown
License:MIT
Donation:
InRepoSince:2017-05-30
LastRepoUpdate:2017-05-30
LastAppUpdate:Unknown
LastVersion:1.2
Categories:Security
APK source:
Google Play:Check if it's there
icon 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
Download Website Source Issues
While you can download the APKs here directly, you should preferably use an F-Droid client so the app stays up-to-date on your device.

Packages

Version 1.2 (2017-05-30)

Android Versions:
  • Target: 7.1
  • MinVer: 2.3
Permissions: help icon

Download (72 k)