搜索资源列表
uri_enc_base64_enc
- 纯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
CodecWizard
- 多种编解码的小程序,支持bin<->hex,bin<->c array,url和utf7即base64-various codecs of small programs to support binlt; - Gt; Hex, binlt; - Gt; C array, url and utf7 that base64
HTTPClient
- This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirecti
encode
- 用c語言寫的URL encoding還有base64 encoding
FireCodeCreator3.3
- 《风越代码生成器 [FireCode Creator]》是一款采用.Net FrameWork2.0框架、基于多种数据库的程序代码生成软件,可快速建立数据信息的:添加、编辑、查看、列表、搜索功能。默认提供asp、aspx WEB程序、.net普通三层框架程序、.net Windows程序,多种代码框架及多个界面设计模板,均可任意修改管理。通过自定义生成程序的界面风格与输出代码,用户可将其扩展为ASPX/ASP/PHP/JSP等各种程序的代码生成器。内置的.net代码框架,能建立C#语言的.net
Base64
- Csharp下的字符串通过base64方式进行加密解密。以及url加密与解密。-Csharp string under way by the base64 encryption and decryption. And url encryption and decryption.
UniEncoder
- C#的Unicode,ASCII,UTF-8,Base64,URL,MD5等编码转换演示-C# for Unicode, ASCII, UTF-8, Base64, URL, MD5, such as data conversion demo
EST-Evilhsu
- 系统锁定功能为单独软件被认为是病毒(应该是对软件加壳进行报警),部分杀毒软件会认为blackskylock.bin是病毒。 软件功能: 1.系统信息获取 2.文件信息获取 3.系统进程管理 4.系统服务管理 5.系统驱动管理 6.硬盘信息获取 7.注册表启动项管理 8.终端服务(3389)端口修改 9.MD5算法加密模块 10.BASE64算法加密解密模块 11.URL编码功能和十六进制转换功能 12.文件压缩模块(Dwing的算法)
ThreeDes
- *北京联通全网有关网上订购和点播接口URL加密算法 * *采用3DES加密, ECB模式/使用PKCS7方式填充不足位, *目前给的密钥是192位(24个字节)经过BASE64编码后的可见字符串-* Beijing Unicom, the whole network of the online ordering and on-demand interface URL encryption algorithm** using 3DES encryption, ECB mode/
codec
- 淘宝网搜索URL是经过一个类似于Base64的算法加密而成的,本代码就针对这种URL的破解-Taobao is the result of a search URL similar to Base64 encryption algorithm derived from, the code for this URL on the break. .
tools
- 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 - AS
base64
- 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
JieZiBan_34
- 解字板,是用来解读乱码的小工具。版本3.4 可解读:HTM--U,QP,URL,Base64,UTF7,HZ 可转换:GB--Big5,GB--UTF8,英文--GB,GB--日文,GB--韩文 等 可解决:错失“半个汉字”造成的乱码-Jiezi board, is used to interpret garbled gadget. Version 3.4 may Interpretation: HTM- U, QP, URL, Base64, UTF7, HZ Conver
Base64
- url加密与解密,base64方式的加密和解密。 使用方便-url encryption and decryption, base64 encryption and decryption methods. Easy to use
Tabster
- iPhone开发之tabBar应用Demo,其中包括Base64加密解密,以及URL通讯协议中的特殊字符转换-iPhone developers tabBar Demo, and the encryption and decryption
IE辅助的下载插件
- 一款IE辅助的下载插件,运行安装程序后即可将本功能添加至IE。当然,源代码完全可以再次开发、修改和再编译。源码主要涉及编码转换、网络接口相关技术操作,其实这下载地址的编码转换是很简单的,用的就是Base64网址编码转换。不同的是各自加了不同的字符。迅雷就在地址前后分别加上“AA”和“ZZ”,然后进行Base64编码,‘快车是在地址前后分别加上了“[FLASHGET]”,然后Base64编码…… -Download a IE auxiliary plug-in, run the i
Base64
- 根据base64原理,实现加密、解密,VC++实现,可以对迅雷url解析,从而得知迅雷的下载文件-Under the base64 principle, to achieve encryption, decryption, VC++ achieve Thunder url parsing, information on Thunder download
Converter
- 一个强大的编码转换程序。涵盖了大量平常使用的各种编码:unicode、bade64、url、hex、html、escape、encode、rot、sha(A powerful code conversion program.Covers a large number of commonly used code: Unicode, bade64, URL, hex, HTML, escape, encode, rot, Sha)
base64
- Base64是网络上最常见的用于传输8Bit字节码的编码方式之一,Base64就是一种基于64个可打印字符来表示二进制数据的方法。可查看RFC2045~RFC2049,上面有MIME的详细规范。 Base64编码是从二进制到字符的过程,可用于在HTTP环境下传递较长的标识信息。例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串,用作HTTP表单和HTTP GET URL中的参数。在其他
Base64
- Base64 encoder/decoder, URL encoder/decoder