how to convert hex string into base64 ? I found this page http://home2.paulschou.net/tools/xlate/ but I need some function in java: String base64 = ...decoder(String h
String base64 = ...decoder(String h
Apache Commons Library
Javadoc: http://commons.apache.org/codec/apidocs/org/apache/commons/codec/binary/Base64.html http://commons.apache.org/codec/apidocs/org/apache/commons/codec/binary/Hex.html
Download: http://commons.apache.org/codec/download_codec.cgi