How to avoid installing “Unlimited Strength” JCE policy files when deploying an application?

前端 未结 11 2276
鱼传尺愫
鱼传尺愫 2020-11-22 07:43

I have an app that uses 256-bit AES encryption which is not supported by Java out of the box. I know to get this to function correctly I install the JCE unlimited strength j

11条回答
  •  故里飘歌
    2020-11-22 08:34

    Bouncy Castle still requires jars installed as far as I can tell.

    I did a little test and it seemed to confirm this:

    http://www.bouncycastle.org/wiki/display/JA1/Frequently+Asked+Questions

提交回复
热议问题