Java Security: Illegal key size or default parameters?

前端 未结 19 1753
日久生厌
日久生厌 2020-11-22 03:34

I had asked a question about this earlier, but it didn\'t get answered right and led nowhere.

So I\'ve clarified few details on the problem and I would really like t

19条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-22 03:58

    Most likely you don't have the unlimited strength file installed now.

    You may need to download this file:

    Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 6

    Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 7 Download

    Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 8 Download (only required for versions before Java 8 u162)

    Extract the jar files from the zip and save them in ${java.home}/jre/lib/security/.

提交回复
热议问题