Merge branch 'master' into 'master'
New app: cryptopass See merge request !2281
This commit is contained in:
commit
c27263d567
39
metadata/krasilnikov.alexey.cryptopass.txt
Normal file
39
metadata/krasilnikov.alexey.cryptopass.txt
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
Categories:Security
|
||||||
|
License:MIT
|
||||||
|
Web Site:https://bitbucket.org/zeac/cryptopass/
|
||||||
|
Source Code:https://bitbucket.org/zeac/cryptopass/src
|
||||||
|
Issue Tracker:https://bitbucket.org/zeac/cryptopass/issues
|
||||||
|
|
||||||
|
Summary:Strong passwords for different websites using a single secret key
|
||||||
|
Description:
|
||||||
|
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]
|
||||||
|
.
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://bitbucket.org/zeac/cryptopass.git
|
||||||
|
|
||||||
|
Build:1.2,4
|
||||||
|
commit=9d19d5da853655ec975ebb4096c089795316f80b
|
||||||
|
subdir=app
|
||||||
|
gradle=production
|
||||||
|
|
||||||
|
Auto Update Mode:None
|
||||||
|
Update Check Mode:Tags
|
Loading…
Reference in a new issue