GithubHelp home page GithubHelp logo

bpasswd's People

Contributors

bwalex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ysei gemagomez

bpasswd's Issues

[REJECTED] Single file nobullshit edition

Alex, current implementation of Bpasswd2 for web is too bloated with dependencies. All thatjquery.js, backbone.js, lodash.js, polyfill.js, panel.js, options.js and various css make it heavy to carry.

Let's get rid of fat and merge the essentials into a single file like SecurePasswords or Plevyak's DPG?

[REJECTED] Dubious mapping

Current mapping to chars based on conservative, base64, ascii85 schemes doesn't work as expected. First it sounds geeky and one has to visit your site (or WIkipedia) to understand difference which is about variety of special symbols. Then let's use frog jaguar as masterkey and [email protected] as salt with 20 chars password length:

qMz1XXiT6TLyCK3JLSw2 conservative
qMz1XXiT6TLyCK3JLSw2 base64
SlB{uC:4wE[^8wteI5!} z85

Conservative and base64 (default scheme) outputs are equal here. However at least one special symbol (+ or /) is expected with base64, but missing. Password policies of modern websites explicitly require using a special symbol. The only way to get it here is to expand mentioned password's length to 22.

Consider checking how mapping is done, for example, by Vault or Passwordgen, it's more flexible.

[REJECTED] Make salt more unique

Dear Alex,
salt of current Chrome extension is too simple and does not cover cases like these

subdomain dogscommunity.livejournal.com, workblog.livejournal.com, diary.livejournal.com
current: livejournal
expected: dogscommunity.livejournal.com, workblog.livejournal.com, diary.livejournal.com

tld panasonic.ru/admin/, panasonic.eu/admin/
current: panasonic
expected: panasonic.ru, panasonic.eu

Could you be so kind and make salt more unique by adding subdomain (excluding www), tld, and dots?

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.