| 程序包 | 说明 |
|---|---|
| org.dromara.hutool.crypto |
加密解密模块,实现了对JDK中加密解密算法的封装,入口为SecureUtil,实现了:
1.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static FPE |
SecureUtil.fpe(FPE.FPEMode mode,
byte[] key,
org.bouncycastle.crypto.AlphabetMapper mapper,
byte[] tweak)
FPE(Format Preserving Encryption)实现,支持FF1和FF3-1模式。
|
Copyright © 2023. All rights reserved.