public class DESUtils extends Object
DES加密处理工具类
Created by Roney on 2020/12/25
static String
decrypt(String content, String password)
encrypt(String content, String password)
getKey(int length)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static String getKey(int length)
length
public static String encrypt(String content, String password)
content
password
public static String decrypt(String content, String password)
Copyright © 2024. All rights reserved.