I don't need to explain the dedicated link for thunder. I believe everyone understands it (don't tell me you don't understand it ~ Khan), now we will give a detailed description of the link encoding principle and conversion. After understanding it, we can use thunder to download the software for express and Tornado.
First, you need to understand what base64 encoding is like. If you don't know what it is, go to Baidu and try again. Base64 encoding is an encryption method.AlgorithmThe original email information is base64-encoded. These dedicated links are converted by base64 encoding.
Thunder dedicated address example: Thunder: // qufodhrwoi8vzg93bi5pchz2lmnul3dilmv4zvpa real File Download link: http://down.ipvv.cn/wb.exe
Attachment Conversion Tool download: http://ifu25.cn/VC_down.asp? Filename=changerul.rar
After learning about base64 encoding, everything becomes handy:
Instance original address: http://im.baidu.com/install/BaiduHi.exe
1. dedicated link code of thunder
Add "AA" to the original address, and then "ZZ" (excluding quotation marks ).
Aahttp: // im.baidu.com/install/baiduhi.exezz
This address is base64 encoded
Qufodhrwoi8vaw0uymfpzhuuy29tl2luc3rhgwvqmfpzhvias5legvawg =
Add thunder before the URL: //, that is
Thunder: // qufodhrwoi8vaw0uymfpzhuuy29tl2luc3rhrhgwvqmfpzhvias5legvawg = 2. Express dedicated link code
Add "[flashget]" (excluding quotation marks) before and after the original address, and the address is changed
[Flashget] http://im.baidu.com/install/baiduhi.exe?flashget]
This address is base64 encoded
Watermark = & yinbing1986
Flash get: // is added to the express link before the address. Note that "& Symbol" is added to the link. How can I find it unclear? What I add to the end is my personal information, no conversion error has been reported so far, that is
Flashget: // token = & yinbing1986
3. Tornado dedicated link code
Tornado is much simpler. encode the original address with base64
Ahr0cdovl2ltlmjhawr1lmnvbs9pbnn0yw1_0jhawr1sgkuzxhl
Add qqdl before the URL: //, that is
Qqdl: // ahr0cdovl2ltlmjhawr1lmnvbs9pbnn0yw1_0jhawr1sgkuzxhl
-
Reference: http://www.knowsky.com/441167.html