Package | Description |
---|---|
cn.hutool.crypto |
加密解密模块,实现了对JDK中加密解密算法的封装,入口为SecureUtil,实现了:
1.
|
Modifier and Type | Method and Description |
---|---|
static FPE |
SecureUtil.fpe(FPE.FPEMode mode,
byte[] key,
org.bouncycastle.crypto.AlphabetMapper mapper,
byte[] tweak)
FPE(Format Preserving Encryption)实现,支持FF1和FF3-1模式。
|
Copyright © 2024. All rights reserved.