Search

All categories

The basic idea...

"The basic idea behind open source is very simple. When programmers on the Internet can read, redistribute, and modify the source for a piece of software, it evolves. People improve it, people adapt it, people fix bugs. And this can happen at a speed that, if one is used to the slow pace of conventional software development, seems astonishing...
...The Open Source pages exist to make this case to the commercial world."    - Introduction to Open Source - www.opensource.org

* CryptoPass

market download 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

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

Author: Alexey Krasilnikov
Version: 1.1
Market link: krasilnikov.alexey.cryptopass
Web site: https://bitbucket.org/zeac/cryptopass



Source code:
Code license:
Market downloads: 100-500
Market rating: 4.6 / 5.0
Category: Top:/Applications/Productivity


Added: 2017-06-03
Updated: 0000-00-00
Hits: 463



Edit link