how to convert hex to base64

后端 未结 5 1220
天涯浪人
天涯浪人 2020-12-01 14:55

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

5条回答
  •  一向
    一向 (楼主)
    2020-12-01 15:10

    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

提交回复
热议问题