Commons codec

程序名称:Commons codec

授权协议: Apache

操作系统: 跨平台

开发语言: Java

Commons codec 介绍

Commons项目中用来处理常用的编码方法的工具类包,例如 SHA1、MD5、Base64等等。

示例代码

System.out.println("===============base64======================");
Base64 base64 = new Base64();
String s = base64.encodetoString("测试22222222222".getBytes());
System.out.println(s);
String s1 = new String(base64.decode(s));
System.out.println(s1);

Commons codec 官网

http://commons.apache.org/codec/

相关编程语言

BlazeDS 是一个基于服务器的Java 远程控制(remoting...
OVal 是一个可扩展的Java对象数据验证框架,验证的规...
Volta 是一套开发工具,专为开发分布式、实时系统应...
OpenDDS 是一个开源的 C++ 实现的 对象管理组织 OMG...
JADE (Java Agent DEvelopment Framework) 是一个完...
FastMM ,在D2006和2007中已代替了原来的内存管理器。