码迷,mamicode.com
首页 > 其他好文 > 详细

DES安全编码组件

时间:2014-05-07 21:42:35      阅读:514      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   ext   http   2014   


  DES安全编码组件
  支持 DES、DESede(TripleDES,就是3DES)、AES、Blowfish、RC2、RC4(ARCFOUR)
  DES           key size must be equal to 56
  DESede(TripleDES) key size must be equal to 112 or 168
  AES           key size must be equal to 128, 192 or 256,but 192 and 256 bits may not be available
  Blowfish     key size must be multiple of 8, and can only range from 32 to 448 (inclusive)
  RC2           key size must be between 40 and 1024 bits
  RC4(ARCFOUR) key size must be between 40 and 1024 bits
  具体内容 需要关注 JDK Document http://.../docs/technotes/guides/security/SunProviders.html

 

bubuko.com,布布扣


工程代码免积分下载

http://download.csdn.net/detail/acmjk/7310927


DES安全编码组件,布布扣,bubuko.com

DES安全编码组件

标签:des   style   blog   ext   http   2014   

原文地址:http://blog.csdn.net/jkxqj/article/details/25225361

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!