feat(security/crypto): 新增密码编码器配置(由原 security/password 模块融合)

This commit is contained in:
2025-07-25 21:43:13 +08:00
parent ecabda6aec
commit 0ba365dabc
16 changed files with 67 additions and 153 deletions

View File

@@ -54,11 +54,6 @@ public class PropertiesConstants {
*/
public static final String SECURITY = CONTINEW_STARTER + StringConstants.DOT + "security";
/**
* 安全-密码编解码配置
*/
public static final String SECURITY_PASSWORD = SECURITY + StringConstants.DOT + "password";
/**
* 安全-加/解密配置
*/