PDA

View Full Version : Very simple password protection



jhildy
07-18-2007, 03:28 AM
I have never found a way to protect a password then i looked into it and found out how so for those who don't know how to here you go.

Theres one step to this process.
Find out which Edit box you want to be your password box and put this in
edit2.passwordchar :='*'

in this my edit box is Edit2 and you can choose most symbols for example i made mine ¤ so there you go thats all you have to do.

bullzeye95
07-18-2007, 03:58 AM
I think this should be in the beginners section :p

jhildy
07-18-2007, 04:12 AM
yea its simple but i was thinking that beginners wouldn't really be using forms.

turkeyidfool
07-19-2007, 03:14 AM
sweet

Here
07-19-2007, 03:35 AM
Intermediate then. Hell, my second script had a form. But rather than password "protection", it would be more properly called password "masking".

jhildy
07-19-2007, 07:08 PM
Well if a mod has to move it then they can.

rotflmfwao
07-23-2007, 03:41 PM
Tell me again why we would need to do this?
BTW, nice tut, I had no clue you could do that, I just used 128bit encoding XD

itSchRis917
07-23-2007, 11:54 PM
Tell me again why we would need to do this?
BTW, nice tut, I had no clue you could do that, I just used 128bit encoding XD

You could use this when you are running a script with forms, and it would protect your password from your sneaky little brother ;) And also, could you explain a little bit about 128 bit encoding with SCAR?

munk
07-24-2007, 03:32 AM
ah! i was wondering if this was possible. thx!

Haxor
07-24-2007, 08:27 AM
nice one now i can set easy passwords so my friend cant copy them.

haxor