Generate random passwords that are pronouncible in Finnish.

Useful for assigning an initial password to new accounts (has
an option to output the encrypted form of the password also).
This commit is contained in:
kim 1999-10-05 03:07:52 +00:00
parent 1624d0f4cc
commit 80d153ff2f
5 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,15 @@
# $NetBSD: Makefile,v 1.1.1.1 1999/10/05 03:07:52 kim Exp $
#
DISTNAME= genpasswd-1.5
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
MAINTAINER= kim@tac.nyc.ny.us
NO_CONFIGURE= yes
NO_PATCH= yes
INSTALL_TARGET= install install.man DEST=${PREFIX}
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,3 @@
$NetBSD: md5,v 1.1.1.1 1999/10/05 03:07:52 kim Exp $
MD5 (genpasswd-1.5.tar.gz) = 985f92d3ea5c63f92835ad0404c822f1

View file

@ -0,0 +1 @@
Random password generator.

View file

@ -0,0 +1,3 @@
Genpasswd generates passwords that are pronouncible in Finnish.
This is a useful tool for generating initial passwords for new
accounts (it can output the encrypted password as well).

View file

@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/05 03:07:52 kim Exp $
bin/genpasswd
man/man1/genpasswd.1