搜索资源列表
UrlToMd5
- 一个加密程序,本程序实现将url转变为md5值-an encryption procedures, the program will change to the url md5 value
URLEncoding
- URL编码 如“exit”编码为“%65%78%69%74”
AES
- AES-rijndael 算法的详细资料, 包括 AES加密算法中的SBox及其C语言实现.pdf FIPS197(chs).pdf FIPS197.pdf nist.url Rijndael.pdf rijndael算法流程.swf Rijndael算法深入的研究.doc Rijndael算法优化技术研究.doc 公钥密码体制与有限域(2).pdf 一种基于伽罗瓦域的密码系统.pdf
encode
- 用c語言寫的URL encoding還有base64 encoding
vckbase_urlendecode
- vckbase url endecode 代码-vckbase url endecode code
URDecodeandEncode
- URL地址加密解密工具.本工具加解密Ascii字符有效,对于中文字符无法加解密。-URL Decode and Encode for Visual Basic 6.0
minsheng
- 支持以下开发平台:windows,linux,solaris,java,开发者需自己实现网上支付功能,订单内容提交到网银URL之前,通过此开发包中的类对订单信息明文进行加密,加密后的密文通过你网站的80或443端口提交到网银URL,用户在此URl完成支付过程-Supports the following development platforms: windows, linux, solaris, java, developers need to realize their own online
Base64
- url加密与解密,base64方式的加密和解密。 使用方便-url encryption and decryption, base64 encryption and decryption methods. Easy to use
transcodinCode
- 汉字转码工具,加密汉字十六进制(unicode码、\u开头、开头)十进制(开头) url转码; 解析( u开头、\u开头、开头) url解码-Chinese characters transcoding tools, encryption Chinese character hexadecimal (unicode code \ u at the beginning url transcoding & # x at the beginning) decimal (&
Base64
- 根据base64原理,实现加密、解密,VC++实现,可以对迅雷url解析,从而得知迅雷的下载文件-Under the base64 principle, to achieve encryption, decryption, VC++ achieve Thunder url parsing, information on Thunder download
NeoTrace
- 一套利用图示来告知从自己的电脑连接至网络的某网站所经过的ISP速率报告,及IP位址的工具。使用者只需输入网址,它便会依连线图示来显示,使用者可打开此网站或将某个ISP的传输率打印出来。-A set of chart is used to inform from your computer to connect to network by a web site through ISP rate report, and the IP address of the tool. Users enter
base64
- Base64是网络上最常见的用于传输8Bit字节码的编码方式之一,Base64就是一种基于64个可打印字符来表示二进制数据的方法。可查看RFC2045~RFC2049,上面有MIME的详细规范。 Base64编码是从二进制到字符的过程,可用于在HTTP环境下传递较长的标识信息。例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串,用作HTTP表单和HTTP GET URL中的参数。在其他