Giter Site home page Giter Site logo

passhash's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

passhash's Issues

Gets the sitetag wrong for .nz

When going to, say, wheresmyserver.net.nz Password Hasher offers to create the password with the site tag 'net'. When I override it, and then later go to somethingelse.net.nz, it fills in the site tag I entered above by default.

idea: add username field

Hello!

1st off: thanks a lot for this addon :-) Very useful!

Improvement idea: A text field or drop-down menu in PassHash to enter or select usernames. This would cater to people who use multiple logins on a site, so that different passwords can be created with the same site tag.

Thanks and greetings!

Unrecoverable error in algo

For all who wants to implement this in other languages: there is error in one algorithm.

Error is in function convertToDigits:
s += String.fromCharCode((seed + sInput.charCodeAt(i)) % 10 + 48);

It takes the char code of last digit character and not of current non-digit character.

Right variant must be as:
s += String.fromCharCode((seed + sInput.charCodeAt(i+j)) % 10 + 48);

Almost same error is in removeSpecialCharacters.

Unfortunally, too much people already has hashes with that errors, therefore the best choice do not repair it.

Also, I'm inform that I'm write C realization: blake-r/c_password_hasher@eb72bcd

Electrolysis e10 support

Would be nice if this addon would support Electrolysis e10, actually the password dialog inserts the password to the address bar.

Make compatible with multiprocess

I love this add-on, it is essential to my online security, but it is not compatible with multiprocess and so will no longer be usable when Firefox 57 is released in November 2017. Can anything be done?

Ability to have a master key

Password Hasher Plus allows for a master key that makes the password completely unique. This means that even if two people are using the same master phrase and website, they will get a completely different password. With Password Hasher for Firefox, this isn't possible

Support for Firefox for Android

After getting an Android tablet I discovered that regular Firefox plugins seem to be different than those for Firefox for Android. Is there any chance this plugin will be ported?

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.