waynemot / p_gen

Random password generator web page with selectable features and result evaluation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

A password generator based on a Php project from https://warpconduit.net/password-generator porting and enhancing the code to generate "railatively" ;-) random passwords that are memorable character sequences.

  • Built using Rails 5.2 and Ruby 2.6.4

  • No actual database objects behind this, a couple of models are used to provide the interface and operation.

The generated passwords are 'scored' using the Dropbox zxcvbn password strength estimator, https://github.com/dropbox/zxcvbn . This allows some comparison of the various settings and how they effect the perceived hardness reported by the zxcvbn estimator.

About

Random password generator web page with selectable features and result evaluation


Languages

Language:Ruby 58.7%Language:Haml 13.6%Language:SCSS 13.1%Language:HTML 8.1%Language:JavaScript 4.5%Language:CoffeeScript 2.0%