Date: Sat, 13 Jun 2009 00:22:18 -0700 From: Charlie Kester <corky1951@comcast.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/135540: [NEW PORT] security/ranpwd - generate random passwords Message-ID: <20090613083825.28C1C8FC13@mx1.freebsd.org> Resent-Message-ID: <200906130840.n5D8e1pV068366@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090613083825.28C1C8FC13>