您的位置:首页 > 产品设计 > UI/UE

The cipher 'aes256-cbc' is required, but it is not available

2013-01-09 08:19 357 查看
When using jsch to connect SSH, encountered this:The cipher 'aes256-cbc' is required, but it is not available.

Environment: JDK 6

Solution:

step 1: Download jce_policy-6.zip here: http://www.oracle.com/technetwork/java/javase/downloads/jce-6-download-429243.html
step 2: In the /JCE folder, you’ll get two JAR files – local_policy.jar and US_export_policy.jar Copy these two JAR files to the your JDK’s /jre/lib/security/ folder, replacing the similarly named files that are already there.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐