Skip to content
This repository was archived by the owner on May 8, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (17 loc) · 460 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 460 Bytes

MD5Base64Tools

Base64编码后的MD5字符串处理工具

使用方法:

例1:

解 Base64 编码后的原 MD5

public static void main(String[] args) throws Exception
{
  System.out.println(decodeMd5EncryptBase64("在这输入字符串"));
}
其余示例请参考源代码

适用范围:

  • 大部分 CMS
  • 正方教务系统

License

MD5Base64Tools is available under the MIT license. See the LICENSE file for more info.