开发者

how to distribute Java apps with unlimited strength cryptography?

开发者 https://www.devze.com 2023-03-04 07:18 出处:网络
I am making an app that uses unlimited strength cryptography (larger keys, etc). For my development, I needed to modify the JDK in order to use these as describedhere and here.

I am making an app that uses unlimited strength cryptography (larger keys, etc). For my development, I needed to modify the JDK in order to use these as described here and here.

What are my options for distributing the app? One method is to distrib开发者_JS百科ute a custom JRE with the modified policy files.


In general, users will be running other cryptographic applications in their JRE. They may already have a suitable JRE. As a user, I wouldn't want to install a new copy just for your application.

I'd suggest giving them instructions to install the unlimited strength jurisdiction files, or creating a tool to install them, rather than trying to distribute an entire JRE.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号