__
                                      /  \
                                     /____\
                           .________/][][][\_______.
                           \___________  __________/
                            ! / /!/ //!\ \! __!_\ !
                             / /_/ //  \\ \ \_____
                            / __  // /\ \\ \_____ \
                           / / / // ____ \\ \____\ \
                          /_/ /_//_/    \_\\_\______\
                          hsg - HATS String Generator

Welcome
HSG is a free random password/string generator.  To our knowledge it HSG 
is the most flexible string generator we have seen to date.  It is useful for 
adminstrators of services which require random password generation, or anyone 
generating random strings for any purpose.

Download and Install HSG
We invite you to download the latest version from our sf page.  

Installation is a breeze:

	$ make

then (as root):

   	#make install

to uninstall (as root):

    	#make uninstall

Usage
Usage is simple.  Type hsg -h or man hsg for help.

Sample Usage
The following would generate 10 (default) random strings comprised of 
uppercase (-u) and lower letters(-l), as well as numbers (-n).

	$hsg -uln
	74477O87
	unWf105
	9s6jG5q8150l
	9SqtS0azYpB
	792HuZ1
	h74qqcV5KPC
	8Bol1h
	Y1J7Ni
	59DWGTear
	Idhxr4g4ut81l

The following would generate 5 strings comprised mostly of uppercase letters 
(-uuu), and some numbers (-n) and custom-appended "dots" (periods) (-a .).
	
	$ hsg -uuun -a . --nop 5
	AAB1.M5.QI
	P7.WW1JUQGL6.
	ZW.W7N.B64
	9.KBJO7R2FU
	SMBD.O0SJ

Screenshots
Our screenshots are located here.

Contact
Contact hackawelsh@radicalshell.net with any questions or comments 
regarding HSG.