今天在项目中使用jasypt加解密时出现如下异常:
org.jasypt.exceptions.EncryptionOperationNotPossibleException: Encryption raised an exception. A possible cause is you are using strong encryption algorithms and you have not installed the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files in this Java Virtual Machine
去到官网下载了两个和安全相关的包之后问题解决。
下载地址:https://www.oracle.com/java/technologies/javase-jce8-downloads.html
下载之后放置到JAVA_HOME\jdk1.8.0_72\jre\lib\security目录底下,重新运行加解密代码问题解决。

1万+

被折叠的 条评论
为什么被折叠?



