This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] pwgen 2.06 -- Automatic Password generation


Included in Debian stable

  http://packages.debian.org/pwgen

Jari

sdesc: "Automatic Password generation"
ldesc: "Generate random, meaningless but pronounceable passwords. These
passwords contain either only lowercase letters, or upper and lower
case mixed, or digits thrown in. Uppercase letters and digits are
placed in a way that eases remembering their position when memorizing
only the word."
category: Security
requires: cygwin

1) manual

  wget        \
    http://cygwin.cante.net/pwgen/setup.hint \
    http://cygwin.cante.net/pwgen/pwgen-2.06-2-src.tar.bz2 \
    http://cygwin.cante.net/pwgen/pwgen-2.06-2.tar.bz2

a) automatic

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir pwgen ; cd pwgen
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/pwgen/get.sh \
          http://cygwin.cante.net/pwgen/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh


-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]