Algorithm: PBEWithMD5AndDES.
Key obtention iterations: 1000.
StrongIntegerNumberEncryptor
Algorithm: PBEWithMD5AndTripleDES.
Key obtention iterations: 1000.
AES256IntegerNumberEncryptor
Algorithm: PBEWithHMACSHA512AndAES_256.
Key obtention iterations: 1000.
DecimalNumberEncryptor:主要⽤来对⼩数进⾏加解密。
BasicDecimalNumberEncryptor
Algorithm: PBEWithMD5AndDES.
Key obtention iterations: 1000.
StrongDecimalNumberEncryptor
Algorithm: PBEWithMD5AndTripleDES.
Key obtention iterations: 1000.
AES256DecimalNumberEncryptor
Algorithm: PBEWithHMACSHA512AndAES_256.
Key obtention iterations: 1000.
2.4 ⼆进制数据加密场景
暂未遇到需要加密⼆进制数据的业务场景,此处略过,使⽤⽅法可以参考官⽹。
三、Jasypt整合SpringBoot
SpringBoot应⽤中有很多密钥和密码都是存储在配置⽂件中的,我们需要将它们以密⽂的⽅式存储起来。
springboot推荐算法
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论