04.05.08
Posted in C/C++, Projects, spass at 11:14 pm by Guy
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.
Read the rest of this entry »
Permalink
20.10.07
Posted in Linux, Projects, spass at 9:22 pm by Guy
spass is a secure password generation tool. spass was designed under the assumption that a password generator is as good as its random number generator, so spass uses the Random class, a /dev/random based cryptography strong random number generator class. As always, I tried to make a user-friendly as possible command-line interface (as much as a command-line interface can be friendly).
Read the rest of this entry »
Permalink