速報APP / 生產應用 / CryptoPass

CryptoPass

價格:免費

更新日期:2016-06-02

檔案大小:因裝置而異

目前版本:因裝置而異

版本需求:Android 因裝置而異

官方網站:https://bitbucket.org/zeac/cryptopass

Email:alexey.a.krasilnikov@gmail.com

CryptoPass(圖1)-速報App

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.

CryptoPass(圖2)-速報App

Сan easily be used as password generator and password manager.

Your passwords doesn't store anywhere, username and url pairs stored for easy access.

CryptoPass(圖3)-速報App

password = base64(pbkdf2(secret, username@url))

PBKDF2 uses SHA-256 and 5000 iterations. Cuts password to specified length (25 by default).

CryptoPass(圖4)-速報App

Compatible with Chrome CryptoPass extension https://chrome.google.com/webstore/detail/cryptopass/hegbhhpocfhlnjmemkibgibljklhlfco

Source code available at https://bitbucket.org/zeac/cryptopass.

CryptoPass(圖5)-速報App