Skip to content

SHA加密工具类

SHA1 加密

com.fengwenyi.javalib.encryption.ShaUtils

加密

java
String plaintext = "";
String result = ShaUtils.encrypt(plaintext);
System.out.println(result);

Released under the MIT License.