booingJoin Date: 2009-05-04 Post Count: 6594 |
I'm trying to make a w3bsait. pl0x no asp, i use html, js and php. pl0x
~imapotato. |
|
LocalChumJoin Date: 2011-03-04 Post Count: 6906 |
HTTPS/encryption? |
|
irelyaJoin Date: 2009-05-22 Post Count: 21748 |
what person299 said |
|
myrkosJoin Date: 2010-09-06 Post Count: 8072 |
I would use public/private key encryption. Public key would be stored in the database wirh the passes, ans private key would be encrypted with a pass that only i know. So only i can decrypt the passes. |
|
NXTBoyJoin Date: 2008-08-25 Post Count: 4533 |
Don't. We don't need another set of login information. Use OpenID. It's the future. |
|
LPGhatguyForum ModeratorJoin Date: 2008-06-27 Post Count: 4725 |
Either:
Go with what NXTBoy said and use OpenID.
Or:
Hash the paswords before you put them in the database. Then, when you check paswords, hash them and compare. |
|
|
Encrypt them in a way that other databases don't.
That way hackers will have more trouble with their hacks.
'Nuff said... |
|
|
Just use a large hash. You can truncate it if you want, it'll still be secure. |
|
|
Oh you also want to retrieve. We're going to need more detail. |
|
|
Store it in the database then display the password on a special section in the webpage meant for displaying passwords so that the world can see it |
|
|
|
hash and then salt the input
strike witches sanya |
|
MicroUserJoin Date: 2009-03-29 Post Count: 3601 |
Don't ask pass.words! It's way more secure to ask for per sonal pho tos and pers onal info rmation. Real life story. |
|
|
^
I'd sure like to go on a site where I can store my personal information data on! |
|