Skip to content

Create easy to remember passwords from a list of words. See XKCD 936.

Notifications You must be signed in to change notification settings

SamWoolerton/correcthorsebatterystaple

 
 

Repository files navigation

CorrectHorseBatteryStaple

Password generator based on XKCD 936. Use it here!

This is a fork of [a fork|https://github.com/FSMaxB/correcthorsebatterystaple] of the original by JVDL

My changes:

  • Overhaul design so it doesn't look like it was made in the early 2000s
  • Rebuild frontend with a modern framework (Vue) and build system

First fork changes:

  • Use cryptographically secure random number generator instead of Math.random().
  • Don't load content from third party servers. (local jquery, removed Google Analytics).
  • Change defaults: No uppercase, space as separator, no number appended
  • Display security of the password
  • Support for more languages

About

Create easy to remember passwords from a list of words. See XKCD 936.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.1%
  • Vue 20.3%
  • CSS 8.6%
  • HTML 2.0%
  • Shell 2.0%