[Q] Whirlpool - 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: [Q] Whirlpool (
/showthread.php?tid=542725)
[Q] Whirlpool -
vannesenn - 21.10.2014
Hi,
did whirlpool hash have some function with which I can use to dehash hashed text?
Re: [Q] Whirlpool -
doreto - 21.10.2014
No and will not have.
That's why is made for people like you to hide a person(player) private information such as password.
Re: [Q] Whirlpool -
vannesenn - 21.10.2014
Yeah, but how I can hash eMail address with whirlpool and dehash it later?
Re: [Q] Whirlpool -
doreto - 21.10.2014
Quote:
Originally Posted by vannesenn
Yeah, but how I can hash eMail address with whirlpool and dehash it later?
|
Why would you want to hash their email address ? That doesn’t make any sense. Just use it as it is.
Re: [Q] Whirlpool -
vannesenn - 21.10.2014
Ok, do you know some hash which have unhash func?
Re: [Q] Whirlpool -
doreto - 21.10.2014
Quote:
Originally Posted by vannesenn
Ok, do you know some hash which have unhash func?
|
That’s why you hash it to secure the content of information you want. If you can “unhash” it why would you even hash it. If you are trying to compare emails hash them and compare them to check if they match.
Re: [Q] Whirlpool -
dominik523 - 21.10.2014
Quote:
Originally Posted by doreto
If you can “unhash” it why would you even hash it.
|
This ^
Re: [Q] Whirlpool -
vannesenn - 21.10.2014
Less: And how I can make encryption?
Re: [Q] Whirlpool -
vannesenn - 23.10.2014
Something like text to octan ot hex system?
Re: [Q] Whirlpool -
vannesenn - 05.11.2014
Somebody?