This is a new version of my /dev/random
based secure password generator – spass
. The new version doesn’t have new features, it’s mainly a bug-fix release. The package now uses autotools, which means it has the standard configure
script and makefile. I also fixed some typos in the help message. Overall the new version doesn’t offer anything new compared to the old one, except for easier installation.
You can download the new release from spass-1.1.tar.bz2. Installation procedure is a tad different. All you need to do now (after you untar the tarball) is ./configure && make
switch to root and execute make install
.
One thought on “spass 1.1 – Secure Password Generator”