Date: Fri, 19 Jun 2009 05:28:46 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/ranpwd Makefile distinfo pkg-descr Message-ID: <200906190528.n5J5SkV9069469@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2009-06-19 05:28:46 UTC
FreeBSD ports repository
Modified files:
security Makefile
Added files:
security/ranpwd Makefile distinfo pkg-descr
Log:
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
PR: ports/135540
Submitted by: corky1951 at comcast.net
Revision Changes Path
1.1042 +1 -0 ports/security/Makefile
1.1 +25 -0 ports/security/ranpwd/Makefile (new)
1.1 +3 -0 ports/security/ranpwd/distinfo (new)
1.1 +9 -0 ports/security/ranpwd/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906190528.n5J5SkV9069469>
