Location:
Search - url encode
Search list
Description: 纯c语言写的
url encode, url decode,
base64 encode, base64 decode
完全集成在一个程序里面了。无论是调用还是移植都很方便。-pure language to write the url encode and decode url, base64 encode and decode base64 in a fully integrated into the inside. Whether or transplantation was called very convenient.
Platform: |
Size: 18719 |
Author: serverclient2004 |
Hits:
Description: 用c語言寫的URL encoding還有base64 encoding
Platform: |
Size: 3790 |
Author: 何德威 |
Hits:
Description: 纯c语言写的
url encode, url decode,
base64 encode, base64 decode
完全集成在一个程序里面了。无论是调用还是移植都很方便。-pure language to write the url encode and decode url, base64 encode and decode base64 in a fully integrated into the inside. Whether or transplantation was called very convenient.
Platform: |
Size: 18432 |
Author: serverclient2004 |
Hits:
Description: 很好用的C++方面的encode ,decode源码;-Good use of C++ Area encode, decode source
Platform: |
Size: 2048 |
Author: minan |
Hits:
Description: 用c語言寫的URL encoding還有base64 encoding-C language used to write the URL encoding also base64 encoding
Platform: |
Size: 3072 |
Author: 何德威 |
Hits:
Description: URL地址加密解密工具.本工具加解密Ascii字符有效,对于中文字符无法加解密。-URL Decode and Encode for Visual Basic 6.0
Platform: |
Size: 2048 |
Author: JasonQ |
Hits:
Description: 1 - base64 decode
2 - url encode
3 - url decode
4 - md5 hash
5 - random str
6 - sha1 hash
7 - DES hash
8 - CRC32
9 - rot13 encode
10 - ASCII -> bin
11 - ASCII -> dec
12 - ASCII -> hex
13 - ASCII -> char()
14 - ASCII -> chr()..
15 - ASCII -> String.fromCharCode()
16 - bin -> ASCII
17 - dec -> ASCII
18 - hex -> ASCII
19 - char() -> ASCII
20 - chr() -> ASCII
21 - String.fromCharCode() -> ASCII
22 - bin -> dec
23 - bin -> hex
24 - dec -> bin
25 - dec -> hex
26 - hex -> bin
27 - hex -> dec
28 - cp1251(&cp1259) -> utf8
29 - /etc/passwd -> login login
30 - PHP crupt
31 - URL -> IFrame
32 - String lower
33 - String UPPER
34 - ASCII -> 0xHEX
35 - Simple html encrypt
36 - htmlspecialchars
37 - Full urlencode
38 - base64 decode && gzinflate
39 - gzdeflate && base64 encode-1- base64 decode
2- url encode
3- url decode
4- md5 hash
5- random str
6- sha1 hash
7- DES hash
8- CRC32
9- rot13 encode
10- ASCII-> bin
11- ASCII-> dec
12- ASCII-> hex
13- ASCII-> char()
14- ASCII-> chr()..
15- ASCII-> String.fromCharCode()
16- bin-> ASCII
17- dec-> ASCII
18- hex-> ASCII
19- char()-> ASCII
20- chr()-> ASCII
21- String.fromCharCode()-> ASCII
22- bin-> dec
23- bin-> hex
24- dec-> bin
25- dec-> hex
26- hex-> bin
27- hex-> dec
28- cp1251(&cp1259)-> utf8
29- /etc/passwd-> login login
30- PHP crupt
31- URL-> IFrame
32- String lower
33- String UPPER
34- ASCII-> 0xHEX
35- Simple html encrypt
36- htmlspecialchars
37- Full urlencode
38- base64 decode && gzinflate
39- gzdeflate && base64 encode
Platform: |
Size: 4096 |
Author: Ihar |
Hits:
Description: 用asp对url进行编码,解码,功能很强大啊!-Asp on the url used to encode and decode functions are powerful ah!
Platform: |
Size: 1024 |
Author: 李源 |
Hits:
Description: URL字符参数编码测试工具,swing实现,可测试web开发中的URL参数编码问题-URLcharset parameter encode test tool
Platform: |
Size: 3072 |
Author: jetchan |
Hits:
Description: 一个基于SCRIPT脚本的URL地址加密程序,网页黑链,网页挂马,钓鱼...必备!请不要用于非法用途!-A Url Encode Program.Based on Javascript!
Platform: |
Size: 43008 |
Author: 韩涛 |
Hits:
Description: Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,大家可以查看RFC2045~RFC2049,上面有MIME的详细规范。-Base64 is the most common on the network for transmission 8Bit encoding of byte code, we can see RFC2045 ~ RFC2049, the above detailed specifications have MIME. Base64 encoding can be used to pass in the HTTP environment, the longer identifying information. For example, in Java Persistence Hibernate in the system to use the Base64 to be a long unique identifier (typically a 128-bit UUID) is encoded as a string for HTTP form and the parameters in the HTTP GET URL . In other applications, they often need to encode binary data to fit on the URL (including hidden form fields) in the form. At this point, the use of Base64 encoding is not only relatively brief, but also has non-readable, encoded data that will not be directly seen with the naked eye.
Platform: |
Size: 3072 |
Author: qsh3721 |
Hits:
Description: vc++中urlencode与urldecode的实现,在vc++中如果使用GET,非ascii字符必须通过这个以避免丢失。-urlencode and urldecode implementation, in vc++ If you use the GET, non-ascii characters must pass this in order to avoid loss.
Platform: |
Size: 29696 |
Author: |
Hits:
Description: Url Encode sample of commonly used in http request
Platform: |
Size: 34816 |
Author: 沈哲福 |
Hits:
Description: 做URL编解码实用,C++程序,支持win32和linux。-url encode decode
Platform: |
Size: 2048 |
Author: alanli |
Hits:
Description: URL,html各种格式编码与解码小工具-encode and decode
Platform: |
Size: 44032 |
Author: liang |
Hits:
Description: 多种加解密算法. 纯c语言写的 url encode, url decode, base64 encode, base64 decode 完全集成在一个程序里面了。-A variety of encryption and decryption algorithms
Platform: |
Size: 34816 |
Author: kathy |
Hits:
Description: 做URL编解码实用,C++程序,支持win32和linux。-url encode decode
Platform: |
Size: 2048 |
Author: setoa |
Hits:
Description: 采用开源的libcurl实现与百度云存储进行交互的程序源码,实现了上传下载删除浏览等功能,内含采用hmac-sha1算法加密及base64 encode及url encode生成数字签名功能。-Libcurl achieved with the use of open source cloud storage Baidu interact program source code to achieve the uploading and downloading Delete browsing and other functions, including the use of encryption algorithm hmac-sha1 and base64 encode and url encode generate digital signatures.
Platform: |
Size: 192512 |
Author: Andy Hu |
Hits:
Description: ULREncode用于编码url请求地址-URL Encode
Platform: |
Size: 92160 |
Author: chen |
Hits:
Description: To encode the URL using c#
Platform: |
Size: 158720 |
Author: Bobbyj
|
Hits: