Crate xpg

source ·
Expand description

xkcd-style password generator

Macros

  • Generate xkcd-style password with the given or default number of words (4).

Constants

Functions

  • Generate a report of the possible permutations of passwords with a given number of words
  • Generate a “code name” like BLUE STEEL
  • Generate a “Keychain-style” password like nfucns-gnOcap-utpw9r
  • Calculate permutations without repetition
  • Generate a random string of length n from alphabet
  • Generate xkcd-style password with a specified number of words.
  • Generate xkcd-style password with a specified number of words and append random digits, symbols, lowercase, uppercase and/or any characters.