Coder Social home page Coder Social logo

passwordgen's Introduction

Password Generator

Chrome extension that generates passwords based on a master password and current domain. Partly (but not completely) compatible with PasswordMaker.

Install extension from Chrome WebStore.

The password for each website is generated as a cryptographic hash function from its domain and a master password. Currently MD5, SHA1 and SHA256 are available. When SHA3 is officially released, it will also be added.

The master password can be stored either in memory, in the permanent storage, or not at all. You can have different master passwords for different profiles.

It is possible to ensure that generated passwords contain at least one character from each of several sets (upper/lowercase letters, digits, symbols).

Table of Contents

Screenshots -----------

Here's the popup used to generate and insert the password into the fields on the page:

Popup screenshot

And here's the extension options page:

Options page screenshot

Differences from PasswordMaker ------------------------------

Most implementations of PasswordMaker share common features, so this list of differences applies to all of them. The main goal while developing PasswordGen was to be compatible with PasswordMaker with common settings (generate exactly the same passwords), but sacrifice compatibility in advanced cases in favor of simplicity and more useful features. The differences include:

  • PasswordGen stores all the settings in Chrome sync storage. The settings will be synced across Chrome installations on different computers.

  • PasswordGen groups different characters and makes it possible to ensure that at least one character from each group is present.

  • When "Use all selected character types" option is on, the password still will be the same as in PasswordMaker if it indeed has all character types in it. Otherwise it will be changed.

  • There is no password confirmation in the popup.

  • Master password may be different for each profile. If passwords are stored, then when you enter password for one profile, it will not overwrite passwords for other profiles.

  • There is no HMAC versions of hash functions, since it does not improve security in this use case.

  • Password Generator does rely on username, l33t and so on. The generated password only depends on domain and master password.

  • There are no password prefix and suffix.

  • Password length is limited from 4 to 30.

  • If user edits the domain field in popup, the string that he enters will appear instead of domain next time he generates password on this domain.

TODO ----

Add password verification (check password entered in the popup).

passwordgen's People

Contributors

eterevsky avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.