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

Base64编码后的MD5字符串处理工具(加密、解密),可用于大部分 CMS 以及正方教务系统密码解密

License

Notifications You must be signed in to change notification settings

polichan/MD5Base64Tools

Repository files navigation

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.

About

Base64编码后的MD5字符串处理工具(加密、解密),可用于大部分 CMS 以及正方教务系统密码解密

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published