Current location - Quotes Website - Personality signature - How to jump an encrypted website?
How to jump an encrypted website?
Question 1: webpage encryption and jumping to Ding Bai University.

Function transpose ()

{

Var pwd= window.prompt (please enter the password:,'');

if (pwd == 123456) {

Window.location = Baidu;

} Otherwise {

Alarm (password error);

}

This will have a better effect.

Question 2: encrypt the URL, click on the link or jump to a picture. What do you mean? You don't need encryption at all. It's for advertising. Jumping to the real address after encryption is just another look at the advertisement. You should find the real address directly. The real address doesn't need to jump, just go in.

Question 3: Encrypt the website, just open an English website and jump. What do you mean, how do you jump? Jumping to the website context means entering the website URL into the.

Browser address bar.

There is a button to refresh the website in netscape/Chrome/Firefox, which can help you jump.

Reference:

zhidao.baidu/...KHovpu

Question 4: The following is the encrypted URL. Just open an English website and jump. Please explain what you said is not clear. My understanding is: short URL algorithm.

When a very long website, such as Baidu, is converted to dwz/yes, that is to say, whether you open the front website or the back website, you will also enter Baidu.

Another example: after weichuanghr/ conversion, dwz/zG6MC cannot be misspelled. After entering, it is still a website.

Short URL algorithm

Algorithm 1

1) generates a 32-bit signature string from the long website md5, which is divided into four segments, each of which is 4 bytes (i.e. 32 bits);

2) Take 4 bytes (32 bits) in these four periods as and operation of 16 hexadecimal string and 0x3fffffff(30 bits 1), that is, ignore the processing of more than 30 bits;

3) Divide 30 bits into 6 segments, and take every 5 digits as the index of the alphabet to get specific characters, and then get 6-bit character strings in turn;

4) Four 6-bit strings can be obtained from the total md5 string; Take any one of them as the short url address of this long url;

Algorithm 2

By mapping the combination of numbers and characters to a certain extent, a unique string can be generated. For example, the 62nd combination is aaaaa9 and the 63rd combination is aaaaba. Then, by shuffling the original string and saving it, the combined string at the corresponding position will be out of order.

Store the long URL in the database, get the returned id, and find out the corresponding string. For example, if the returned ID is 1, then the corresponding string combination is bbb, if the ID is 2, then the string combination is bba, and so on, until 62 combinations are reached, there will be the possibility of duplication. Therefore, if you use the above 62 characters and randomly select 6 characters to form a string, your data stock will not be repeated until it reaches more than 50 billion.

Question 5: How did Brother CL get in now? Encrypt the website, just open an English website and jump. It takes 5 minutes to lick the water.

It's comfortable to play for three years.

Provide you with a platform

LCIR .。 . . . . F.qm3344? DFR

Tears still linger in the eyes from time to time.

Tears still linger in the eyes from time to time.

Tears still linger in the eyes from time to time.

Tears still linger in the eyes from time to time.

Tears still linger in the eyes from time to time.

Tears still linger in the eyes from time to time.

Tears still linger in the eyes from time to time.

Tears still linger in the eyes from time to time.

Tears still linger in the eyes from time to time.

Tears still linger in the eyes from time to time.

Tears still linger in the eyes from time to time.

Tears still linger in the eyes from time to time.

Tears still linger in the eyes from time to time.

Tears still linger in the eyes from time to time.

Tears still linger in the eyes from time to time.

Question 6: How to open this so-called encrypted website? Figure 2 appears at one o'clock, then what should I do? I randomly entered a website in the dialog box, and then the website broke down. Be careful of poisoning, and a lot of jump codes were added.

Question 7: Encrypt the website, just open an English website and jump. How to jump to Tom, HSDJWJDSG and GHUZJHG are all good.

Question 8: What does it mean to open a webpage and display 360 security encryption jump? In this case, I personally suggest installing the latest 360 security browser and using it to open it.

Question 9: How did you get into CL now? Encrypted website, as long as you open an English website and jump to follow me, the address will be updated in time.

Question10: How to jump after URL address encryption? You can imitate the friendly links on phpe. */You can save the link in the database, directly follow the id saved in the url in the address, and then read it out and jump with header (). If you use BASE64, don't encrypt url and that =, use a/redir.php? Url= encrypted string. After receiving the inverted $_GET['url'], decode it, use the same header (), and just skip. 1.a/redir.php? Urlid=id。 Take database or other storage methods. $sql = select urlstr from the url with id ='. $_GET['id']。 ; Results found: Header (Location:. Find the result). 2.a/redir.php? Url= encrypted URL reception, $ URL = $ _ get ['URL']. Header (location: base64 _ decode($ URL));); I hope it helps. Since there are dozens of W pieces of data, should it be put into storage? Then it is more convenient to adopt the first method.