MySQL hashed/escaped
#3

A whirlpool hash turns everything into a bunch of (seemingly) random letters and numbers. If you hash "DROP TABLE `accounts`", it's going to look something like this: SA2X28SH1S129DH12D8129EHD1289ED12H

So, there's no point in wasting the resources to escape the string.
Reply


Messages In This Thread
MySQL hashed/escaped - by BittleRyan - 27.03.2013, 22:36
Re: MySQL hashed/escaped - by Patrick - 27.03.2013, 22:40
Re: MySQL hashed/escaped - by Scenario - 27.03.2013, 22:46
Re: MySQL hashed/escaped - by BittleRyan - 27.03.2013, 22:54

Forum Jump:


Users browsing this thread: 1 Guest(s)