Skip to content

happenslol/xkcdpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XKCDPass

xkcdpass generates secure random passwords that are (relatively) easy to memorize.

It uses a dictionary provided specifically for passphrase generation by the EFF and has an option for checking strength of the generated passwords using the zxcvbn library.

Basic usage

import (
  "github.com/happeens/xkcdpass"
)

// Create a 4-word password with strength score 4
password := xkcdpass.GenerateDefault()

For more detailed usage options, check the docs.

About

Secure random password generation library in go. Inspired by https://xkcd.com/936/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages