Giter VIP home page Giter VIP logo

passhash-ng's Introduction

Password Hasher NG Firefox extension

An updated version of the classic Password Hasher add-on compatible with the new Webextension-API.

Installation

  1. Install the Firefox add-on
  2. Check the global add-on-settings

Usage

  1. Open a login page with a password field
  2. To open the hasher do one of the following:
  • Click on the password-hasher-icon in the address-field of your browser
  • Use the keyboard-shortcut Ctrl-Shift-F6
  • Click on the "#"-symbol in or near the password-field
  • Use the right-click contextmenu on the password field to open password-hasher
  1. Enter your master-key
  2. Click ok or enter: Done!

What does it do?

The hasher is generating a unique password for every site you visit. This works simply by creating a so called hash from the site-tag and your master-key. The site-tag is extracted of the domain and stored so it stays the same on every visit of this site. Together with your master-key (which is not stored) this results in a reusable hash:

A little example:

You are visiting the login-page of https://www.github.com. The site-tag github is extracted from the domain. Now you enter your master-key.

site-tag: github
master-key: password
resulting hash: fnD'7ayb4nATjvdX

The resulting hash is now used as password for your github login. Now you are moving on to another website https://www.heise.de. The extracted site-tag becomes now heise. By entering the same master-key you'll get a different hash:

site-tag: heise
master-key: password
resulting hash: 0"Ajd0PqrldvYjeA

Bam. Different passwords for every site. You only have to remember your master-key which is never stored anywhere.

passhash-ng's People

Contributors

mvo5 avatar phreaknerd avatar

Watchers

 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.