Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > b62ba9f49624329b0c5e8ece5afdccb7 > files > 10

nss_postgresql-0.6.1-13.mga7.armv7hl.rpm

This is a little help to build the crypted passwords to
be insered into the tadabase.

./crypt is a simple program that use the standard C function crypt.

./crypt <clean passwd> <seed>

You can generate both old style password (max 8 char) and new 
long and more secure md5 password.

old : 
	use a seed of 2 char, others are ignored.

md5 : 
	format the seed as follow : S1$<md5 seed> 
	the seed can be 8 char long, others are ignored.

that's all, simple !!!