what i mean the following
I have a comma delimited ascii file
just like this
data, data, data, data, blah, blah
what i need is to read that line and generate a password based on that!
I just need help with the password generation algorithm itself.
Thanks