加密:
Stringstr="我是一个字符串"; Stringhex=HexUtil.encodeHexStr(str, CharsetUtil.CHARSET_UTF_8);
hex = e68891e698afe4b880e4b8aae5ad97e7aca6e4b8b2
解码:
StringdecodedStr=HexUtil.decodeHexStr(hex);
decodedStr == str
加密:
Stringstr="我是一个字符串"; Stringhex=HexUtil.encodeHexStr(str, CharsetUtil.CHARSET_UTF_8);
hex = e68891e698afe4b880e4b8aae5ad97e7aca6e4b8b2
解码:
StringdecodedStr=HexUtil.decodeHexStr(hex);
decodedStr == str