hpg: password generator

[ program, security ] [ Propose Tags ]

the haskell password generator.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
warn-as-error

treat warnings as errors

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8
Dependencies base (>=4.8 && <4.10), random (>=1.0.1.1 && <1.2), unix (>=2.7.0.0 && <2.8) [details]
License ISC
Author Fritjof Bornebusch
Maintainer fritjof@alokat.org
Category System
Home page https://darcs.alokat.org/hpg
Source repo head: darcs get https://darcs.alokat.org/hpg
Uploaded by fritjof at 2017-05-05T19:45:05Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hpg
Downloads 4258 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2017-05-05 [all 3 reports]

Readme for hpg-0.5

[back to package description]

HPG(1) - General Commands Manual

NAME

hpg - simple password generator

SYNOPSIS

hpg [-lnsu] [-x length]

DESCRIPTION

The hpg utility creates passwords of different sizes, between 1 and 2^16 signs. Please note that a lenght of <8 is not very secure and should be avoided. That is why the default value is 16 if the command is called without any options. The default entropy contains [a-zA-Z0-9].

-l

Use lower case.

-n

Use numbers.

-s

Use symbols.

-u

Use upper case.

-x

Use another length, as the default one.

EXIT STATUS

The hpg utility exits 0 on success, and >0 if an error occurs.

EXAMPLES

Create a new random password:

$ hpg -lnsu -x 32

COPYRIGHT

Copyright © 2017 Fritjof Bornebusch
This is free software; see the file COPYING for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

OpenBSD 6.1 - March 21, 2017