See an Ultimate encryption feature on the home page

Source: Internet
Author: User
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.

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.