SA-MP Forums Archive
Simple question/ Needing help. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Simple question/ Needing help. (/showthread.php?tid=471225)



Simple question/ Needing help. - Alex_T - 21.10.2013

How would I rmove the hash from this:

Код:
WP_Hash(password2, sizeof(password2), inputtext);
format(password, sizeof(password), "%s", dini_Get(file, "Password"));



Re: Simple question/ Needing help. - arakuta - 21.10.2013

I guess you can't, as this encrypt system do a non-reversing result. The only way to find the 'answer' is knowing the 'answer' ...


Re: Simple question/ Needing help. - Alex_T - 22.10.2013

That makes no sense


Re: Simple question/ Needing help. - arakuta - 22.10.2013

You just cannot know the reverse way.

For example, you cannot start in the end of a dead-end street.

A hashed password is just like this, an algorithm that the only way to know the answer is knowing the answer, there is no formula.

x = y.

The only way to know y is knowing x.