更新密码

This commit is contained in:
panxuejie 2026-01-06 14:06:21 +08:00
parent e02f62caec
commit 0f174f800f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ public class AesUtils {
private static final int GCM_IV_LENGTH = 12; private static final int GCM_IV_LENGTH = 12;
private static final int GCM_TAG_LENGTH = 128; private static final int GCM_TAG_LENGTH = 128;
private static final String SECRET_KEY = "tacit123456789012"; private static final String SECRET_KEY = "1234567890123456";
public static String encrypt(String plainText) { public static String encrypt(String plainText) {
try { try {