Encrypt PHP
F (ucking) U (ncrackable) e (ncryption) function by Blackhatdbl (www.netforme.net) function Fue ($hash, $times) { // Execute the encryption (s) as many times as the user wants for ($i = $times; $i >0; $i-) { //Encode with base64...
$hash =base64_encode ($hash); and MD5 ... $hash =md5 ($hash); SHA1 ... $hash =SHA1 ($hash); Sha256 ... (One more) $hash =hash ("sha256", $hash); sha512 $hash =hash ("sha512", $hash); } Finaly, when done, return the value return $hash;}
Reply to discussion (solution)
It's horrible.
Besides, irreversible is not encrypted.
It's horrible.
Besides, irreversible is not encrypted.
haha haha main is this title ultimate encryption gave me shock and then a look at the code .... Collapse
Foreigners are not always brilliant.
$times is also stored in the Data bar ~ ~
This simple and rude way. With the style of old Mozie
Bunker.
In every sense, it's tough.
If this is so encrypted, anti-decryption.
If this is so encrypted, anti-decryption.
F (ucking) U (ncrackable) e (ncryption) function
Not only all kinds of cryptographic hash functions have been engaged, but also many rounds of encryption, it is really scary.
It's really strong encryption.
One-way encryption to do proofreading or can be. Access it and see it again.
F (ucking) U (ncrackable) e (ncryption)
A fright!
If this is so encrypted, anti-decryption. One-way encryption algorithm can not be decrypted at all, because most of the information is lost during the encryption process.
Too scary ...
Running so many laps
And ultimately not a
$hash =hash ("sha512", $hash);
The result ...
Encryption is easy, decryption is difficult.
I admire Assange more and more now.
echo fue (' Hello World ', Strtotime (' Now '));
Encryption of a ' Hello World ', the result of the crash, sad urge.
No see for ($i = $times; $i >0; $i--)
This writes Strtotime (' Now ') into a super-dead loop.
Weak weak ask, what does that $times mean?
$times is the number of times ah, input parameters inside the
For loop--usage, equivalent for ($i =0; $i < $times; $i + +)
Although it is called time, but this does not mean the timing, the result of Strtotime (' Now ') is about 1375063003, which is equivalent to looping 1.3 billion times ...
is called the ultimate hash function, can not decrypt what is called encryption ah. In fact, so many processes are meaningless.
Sha256 ... (One more)
$hash =hash ("sha256", $hash);
sha512
$hash =hash ("sha512", $hash);
There are 2 sentences to it.