Instructions for using the code to generate an encrypted password.

(This is generally used in scripts for user management).

After entering the source into a file called pw.c, compile the program using:

cc –o pw pw.c

To run the progam enter the name of the program and the password:

# ./pw password4

wBTin4MUnz.Qk

The password – password4 – has the seed of wB and the hashed value of Tin4MUnz.Qk.

    

 Copyright © 2007 NEWFDAWG.COM All rights reserved.     Last modified: 02/03/07.