mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
70c4785ca0
passwords. Generated passwords may consist of any specified length and any combination of upper- or lower-case alphanumeric characters or punctuation. ranpwd can also generate passwords consisting of hexadecimal, decimal, octal or binary numbers, and format these as valid C constants for inclusion in source code. WWW: http://freshmeat.net/projects/ranpwd PR: ports/135540 Submitted by: corky1951 at comcast.net
10 lines
439 B
Plaintext
10 lines
439 B
Plaintext
ranpwd uses /dev/random or /dev/urandom to generate cryptographically secure
|
|
passwords.
|
|
|
|
Generated passwords may consist of any specified length and any combination of
|
|
upper- or lower-case alphanumeric characters or punctuation. ranpwd can also
|
|
generate passwords consisting of hexadecimal, decimal, octal or binary numbers,
|
|
and format these as valid C constants for inclusion in source code.
|
|
|
|
WWW: http://freshmeat.net/projects/ranpwd
|