redcatjs / passhash-ng-html

Password Hasher NG HTML

Home Page:https://redcatjs.github.io/passhash-ng-html/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password Hasher NG HTML

html version based on Password Hasher NG Firefox extension

See demo

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.

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

Installing npm/gulp dependencies

Get npm here: https://www.npmjs.com/get-npm In project root: $> npm install

Compiling dist/index.html

In project root $> gulp Now you have a standalone dist/index.html which can easily be shared or used on a mobilephone.

About

Password Hasher NG HTML

https://redcatjs.github.io/passhash-ng-html/


Languages

Language:JavaScript 79.5%Language:HTML 15.1%Language:CSS 5.4%