H
Hd Pwnz0r
I'm making a secure password generator, where the user inputs a word and
it translates it to something more secure, so if they entered "book" it
would return "b00k". I just don't know how to say like
if input contains "S" replace with "$"
etc.
Help?
it translates it to something more secure, so if they entered "book" it
would return "b00k". I just don't know how to say like
if input contains "S" replace with "$"
etc.
Help?