Posted by .:[ ikciu ]:. on 10/03/06 20:23
Zebrawszy mysli livefreeordie <jpittman2@gmail.com> wyklepal:
> Any suggestions?
ofc :)
hi, you can store it in plain text, no problem (ofc if some1 has a time he
can broke it but perhaps it will be waste of time)
1. make your own pass for example: $pass = test
2. use js or php function and do that action:
$encryptedPassword = 1;
for($i = 0; $i < strlen($pass); $i++)
$encryptedPassword *= ord($pass[$i]);
3. you will have big nuber (ofc if you will use more then 3 letters in
password :) )
4. put this number into your file and make form - only password of if you
want pass and username too
5. use same function to convert post data to number
6. try to compare stored password with that what you will have from post
OFC you have to make your passord offline and put it like a CONST or other
static variable in your file
have fun :)
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ikciu | gg: 718845 | www: www.e-irsa.pl
2be || !2be $this => mysql_query();
Navigation:
[Reply to this message]
|