日志文章列表

2008年04月26日 16:48:09

安全 加密

摘自:《java安全性编程指南》
加密:最早的对称加密的最大缺陷是密钥的分发问题:现有两种方法解决,但都依赖于公私密钥对。

常用的对称加密:了解密钥长度和加密强度。
DES(56位)—— 》DESede(tripleD..

阅读全文>>

Tags: 安全   加密  

类别: 安全 |  评论(0) |  浏览(511) |  收藏
2007年08月30日 17:51:46

安全 DN (Distinguished Name)


  目录树型结构组织条目相当于关系数据库中表的记录区别名DN (Distinguished Name)相当于关系数据库表中的关键字(Primary Key)。属性 :由类型(Type)和一个或多个值(Values)组成相当于关系数据库中..

阅读全文>>

Tags: JAVA  

类别: 安全 |  评论(0) |  浏览(662) |  收藏
2007年08月30日 17:49:05

安全 加密 DES

安全概述:
http://www.blogjava.net/security/archive/2006/09/21/java_security_summary.html

http://www.itebook.net/article/view/Article_13269.htm from bouncy.... public class DESSecurity extends Obje..

阅读全文>>

Tags: JAVA  

类别: 安全 |  评论(0) |  浏览(621) |  收藏