搜索资源列表
javabase64-1.3.1
- Java Base64编码库使您的Java应用程序进行编码和解码的Base64字符串和流。-The Java Base64 library enables your Java application to encode and decode base64 strings and streams.
mail
- 一个学习程序,利用javamail 发送邮件。接受邮件。base64编码。-A learning process, using JavaMail to send mail. Accept e-mail. base64 encoding.
Base64Test
- 这是base64编码和解码的例子,在有些workflow中不支持中文,通过把中文信息编成base64,到接受的时候再转回中文-java in base64
base64convert
- base64编码的原理就是将每三个字节扩展为四个字节,高位补零。-base64 encoding of the principle is extended to every three bytes to four bytes, high fill zero.
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/
java_md5_des_base64
- java的md5、des和base64编码的源码-java md5 code,and des code,and base64 code
JAVABasic
- 通过JAVA抓取页面时,有些页面会返回401(Unauthorized)响应状态码和www-authenticate响应头来要求客户端进行身份认证。这种认证有两种方式:BASIC和DIGEST,BASIC验证要求客户端对用户名和密码进行BASE64编码后传送给服务器。-JAVA crawl through pages, some pages will return 401 (Unauthorized) response status code and www-authenticate respo
work3
- 编写程序实现将BASE64编码和解码功能,将UNICODE字符串“中国”编码为BASE64格式的数据,并解码-Write a program to achieve the BASE64 encoding and decoding functions, the UNICODE string " China" is encoded as BASE64 format data, and decoding
Main
- 编写程序实现将BASE64编码和解码功能,将UNICODE字符串“中国”编码为BASE64格式的数据,并解码。-unicode into base64
Base64
- Java实现的base64编码,Eclipse开发-Java implementation of the base64 encoding, Eclipse Development
Base64_2.2
- 快速BASE64编码,比Sun自带的快100倍~-quick base64 encode
Base64
- java实现Base64的解码与编码,提供了两个函数,含有注释-java implementation Base64 decoding and encoding, provides two functions, with comments
bmpdecoder
- 将bmp图片进行base64编码、解码的java代码,另外里面的实现采用了多线程技术,可以同时学习java的线程编程基础知识。-Bmp picture to base64 encoding and decoding of java code, while the realization of which uses multi-threading technology, can learn the basics of java programming threads.
EncodeUtils
- 实现了各种编码方式的转码和解码,例如Xml 转码,Xml 解码,Base64编码Base64解码等 -Achieve a variety of encoding, transcoding and decoding, such as Xml transfer code, Xml decoding, Base64 encoding Base64 decoding
Base64
- Base64编码转换类,提供双向转换方法。-Base64 convert code
Base64
- 经过测试的,J2ME用的base64编码工具类。-The Base64 class for j2ME
Base64
- Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,大家可以查看RFC2045~RFC2049,上面有MIME的详细规范。Base64编码可用于在HTTP环境下传递较长的标识信息。再次运用java语言实现加密/解密、base64与图片互相转化。(Base64 is one of the most common coding methods used to transmit 8Bit byte code on the network. We can check RFC2045 ~
base64
- javascr ipt 的base64 编码方案(javascr ipt base64 encode for web development)
Base64Test
- 图片转成base64编码与base64转成图片保存到指定路径(Picture and Base64 encode each other)
pb9 base64编码解码
- PB9中使用base64实现文本、文件、图片的编码和解码