supki / da

A vague description of inherently useless tools ends here☜

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dazu

dazu asks random.org to generate some random passwords. To ensure the generated passwords are indeed random, the accompanying signature is verified against the random.org's server key. The key is compiled statically into the dazu executable.

You need to get the API before you run dazu. Fortunately, it's free! Once you have one, set the RANDOMORG_API_KEY environment variable to it.

There is a couple of command line options:

  • --length - length of generated passwords (default: 12)
  • -n - number of generated passwords (default: 10)
  • -v|--verbose - print debug information (default: false)

An example

$ RANDOMORG_API_KEY=... dazu --length 16 -n 5
BZm&^Zf7B8(YokE9
UVYWnZWXXqQT4Z8d
N$N)T*hWa1Ey+aAW
NuOCh7+uSc3a&IV!
_shNnez-sVFLBZkk

About

A vague description of inherently useless tools ends here☜

License:BSD 2-Clause "Simplified" License


Languages

Language:Haskell 91.9%Language:Nix 8.1%