ports/135540: [NEW PORT] security/ranpwd - generate random passwords

Charlie Kester corky1951 at comcast.net
Sat Jun 13 08:40:02 UTC 2009


>Number:         135540
>Category:       ports
>Synopsis:       [NEW PORT] security/ranpwd - generate random passwords
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 13 08:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Charlie Kester <corky1951 at comcast.net>
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD atom.local 7.2-RELEASE FreeBSD 7.2-RELEASE #1: Mon May 4 15:50:49 PDT 2009 root at atom.local:/usr/obj/usr/src/sys/ATOM i386

>Description:

    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.

>How-To-Repeat:
>Fix:

--- ranpwd.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ranpwd
#	ranpwd/Makefile
#	ranpwd/distinfo
#	ranpwd/pkg-descr
#
echo c - ranpwd
mkdir -p ranpwd > /dev/null 2>&1
echo x - ranpwd/Makefile
sed 's/^X//' >ranpwd/Makefile << '473236e7978c988069c594f6b7022a26'
X# ex:ts=8
X# Ports collection makefile for:	rdup
X# Date created:			Jun 11, 2009
X# Whom:				corky1951 at comcast.net
X#
X# $FreeBSD: ports/security/ccrypt/Makefile,v 1.13 2008/03/20 10:03:39 pav Exp $
X#
X
XPORTNAME=	ranpwd
XPORTVERSION=	1.2
XCATEGORIES=	security
XMASTER_SITES=	${MASTER_SITE_KERNEL_ORG}
XMASTER_SITE_SUBDIR= software/utils/admin/ranpwd
X
XMAINTAINER=	corky1951 at comcast.net
XCOMMENT=	A tool to generate random passwords
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE= yes
X
XPLIST_FILES= bin/ranpwd
X
XMAN1=		ranpwd.1
X
X.include <bsd.port.mk>
473236e7978c988069c594f6b7022a26
echo x - ranpwd/distinfo
sed 's/^X//' >ranpwd/distinfo << '556601930c10b47475ebfcda2c645bcb'
XMD5 (ranpwd-1.2.tar.gz) = 7f69760a48e9b2e36dd52c4769c470b5
XSHA256 (ranpwd-1.2.tar.gz) = b63cc1a621966a3bfabc83803c32617ef8caf5b7687042ac1b0eee04b8b79507
XSIZE (ranpwd-1.2.tar.gz) = 41018
556601930c10b47475ebfcda2c645bcb
echo x - ranpwd/pkg-descr
sed 's/^X//' >ranpwd/pkg-descr << 'c83918d268a9a69fe0882b1c09e95268'
Xranpwd uses /dev/random or /dev/urandom to generate cryptographically secure
Xpasswords.  
X
XGenerated passwords may consist of any specified length and any combination of
Xupper- or lower-case alphanumeric characters or punctuation.  ranpwd can also
Xgenerate passwords consisting of hexadecimal, decimal, octal or binary numbers,
Xand format these as valid C constants for inclusion in source code.
X
c83918d268a9a69fe0882b1c09e95268
exit
--- ranpwd.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list