Welcome Guest, Not a member yet? Register   Sign In
Encoding a password
#10

[eluser]albertleao[/eluser]
No problem. It's a misconception of a lot of programmers that are self taught that you need to decode a password to authenticate a user. You need to find the method which takes the most processing power to hash and then you hash a user input and compare the final result.

The longer it takes to process a hash, the harder it is for someone to replicate it using brute force. It increases exponentially.


Messages In This Thread
Encoding a password - by El Forum - 09-14-2007, 07:27 AM
Encoding a password - by El Forum - 09-14-2007, 07:34 AM
Encoding a password - by El Forum - 09-14-2007, 07:42 AM
Encoding a password - by El Forum - 09-14-2007, 08:07 AM
Encoding a password - by El Forum - 09-14-2007, 08:07 AM
Encoding a password - by El Forum - 02-26-2009, 01:31 PM
Encoding a password - by El Forum - 05-22-2014, 07:10 AM
Encoding a password - by El Forum - 05-22-2014, 07:43 AM
Encoding a password - by El Forum - 05-22-2014, 07:49 AM
Encoding a password - by El Forum - 05-22-2014, 08:08 AM
Encoding a password - by El Forum - 05-23-2014, 02:54 PM
Encoding a password - by El Forum - 06-05-2014, 08:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB