hpg: no

[ program, security ] [ Propose Tags ]

the haskell password generator.


[Skip to Readme]

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.9), random, unix [details]
License ISC
Author Fritjof Bornebusch
Maintainer fritjof@alokat.org
Category System
Home page https://git.alokat.org/hpg
Source repo head: git clone https://git.alokat.org/hpg/
Uploaded by fritjof at 2017-04-28T21:41:11Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hpg
Downloads 4257 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-04-28 [all 3 reports]

Readme for hpg-0.4

[back to package description]

hpg

The hpg utility creates passwords of different sizes, between 1 and 2^16. Please note that a length 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.

EXAMPLES

Create a new random password:

$ hpg -lnsu -x 32