Welcome Guest, Not a member yet? Register   Sign In
Best way to handle passwords using CI library?
#24

[eluser]adamp1[/eluser]
Let me just throw my view in. I have done a cryptography course at degree level. let me just say one thing, if you have a two way encryption algorithm it can be broken very easily. You don't even need the key, if you know how it works (the algorithm) most can be broken by simple processes.

If someone really wants some data you store they will be able to get it, doesn't matter how much you encrypt it. The only way you can stop it is to make the process so hard the data isn't worth it to decrypt it.

I store my passwords using a SHA-1 with salt method. I would advice you all to do the same. DO NOT use two way encryption just so the password can be made into ****'s. This is crazy, just say to the client NO. Your the expert they should listen to you, and if they still refuse print out a random length string of **'s or something.

So just to clarify, use SHA-1 with salt, its the best there is at the moment. I know SHA-1 has been broken but unless your a crypto-geek its probably the best and easiest to use.


Messages In This Thread
Best way to handle passwords using CI library? - by El Forum - 02-14-2008, 08:01 PM
Best way to handle passwords using CI library? - by El Forum - 02-15-2008, 12:47 AM
Best way to handle passwords using CI library? - by El Forum - 02-15-2008, 12:53 AM
Best way to handle passwords using CI library? - by El Forum - 02-15-2008, 05:44 AM
Best way to handle passwords using CI library? - by El Forum - 02-15-2008, 06:03 AM
Best way to handle passwords using CI library? - by El Forum - 02-15-2008, 06:16 AM
Best way to handle passwords using CI library? - by El Forum - 02-15-2008, 06:20 AM
Best way to handle passwords using CI library? - by El Forum - 02-15-2008, 06:25 AM
Best way to handle passwords using CI library? - by El Forum - 02-15-2008, 06:27 AM
Best way to handle passwords using CI library? - by El Forum - 02-15-2008, 06:29 AM
Best way to handle passwords using CI library? - by El Forum - 02-15-2008, 06:48 AM
Best way to handle passwords using CI library? - by El Forum - 02-15-2008, 07:06 AM
Best way to handle passwords using CI library? - by El Forum - 02-15-2008, 07:07 AM
Best way to handle passwords using CI library? - by El Forum - 02-15-2008, 07:25 AM
Best way to handle passwords using CI library? - by El Forum - 02-15-2008, 07:31 AM
Best way to handle passwords using CI library? - by El Forum - 02-15-2008, 07:52 AM
Best way to handle passwords using CI library? - by El Forum - 02-15-2008, 08:28 AM
Best way to handle passwords using CI library? - by El Forum - 02-15-2008, 08:48 AM
Best way to handle passwords using CI library? - by El Forum - 02-15-2008, 11:29 AM
Best way to handle passwords using CI library? - by El Forum - 02-15-2008, 12:22 PM
Best way to handle passwords using CI library? - by El Forum - 02-15-2008, 11:17 PM
Best way to handle passwords using CI library? - by El Forum - 02-15-2008, 11:32 PM
Best way to handle passwords using CI library? - by El Forum - 02-16-2008, 01:33 AM
Best way to handle passwords using CI library? - by El Forum - 02-16-2008, 02:15 AM
Best way to handle passwords using CI library? - by El Forum - 02-16-2008, 02:31 AM
Best way to handle passwords using CI library? - by El Forum - 02-16-2008, 02:37 AM
Best way to handle passwords using CI library? - by El Forum - 03-06-2008, 08:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB