whyclxw
2025-05-28 e16302f9d475c7cc4dd18c5abf1a23cb5502e362
src/main/java/com/whyc/util/DigestsUtil.java
@@ -21,7 +21,7 @@
     * @return
     */
    public static String sha1(String input, String salt) {
       return new SimpleHash(SuperConstant.HASH_ALGORITHM, input, salt,SuperConstant.HASH_INTERATIONS).toString();
       return new SimpleHash(SuperConstant.HASH_ALGORITHM_SHA, input, salt,SuperConstant.HASH_INTEGRATIONS).toString();
    }
    /**