feat(security/crypto): 新增支持密码编码器加密

This commit is contained in:
2025-07-22 22:46:42 +08:00
parent 58f9687c58
commit 38b6428662
16 changed files with 96 additions and 8 deletions

View File

@@ -16,6 +16,13 @@
<description>ContiNew Starter 安全模块 - 加密</description>
<dependencies>
<!-- 安全模块 - 密码编码器 -->
<dependency>
<groupId>top.continew.starter</groupId>
<artifactId>continew-starter-security-password</artifactId>
<optional>true</optional>
</dependency>
<!-- Hutool 加密解密模块(封装 JDK 中加密解密算法) -->
<dependency>
<groupId>cn.hutool</groupId>