duan2

导航

 
上一页 1 2 3 4 5 6 7 ··· 19 下一页

2019年10月16日

摘要: 一、RSA加密简介 RSA加密是一种非对称加密。可以在不直接传递密钥的情况下,完成解密。这能够确保信息的安全性,避免了直接传递密钥所造成的被破解的风险。是由一对密钥来进行加解密的过程,分别称为公钥和私钥。两者之间有数学相关,该加密算法的原理就是对一极大整数做因数分解的困难性来保证安全性。通常个人保存 阅读全文
posted @ 2019-10-16 20:56 duan2 阅读(213) 评论(0) 推荐(0) 编辑
 
摘要: 目录 1. 算法简介 2. 算法流程 2.1 扩展密钥 2.2 轮密钥加 2.3 字节代替 2.4 行位移 2.5 列混淆 3. 总结 附录A 运算示例 1.算法简介高级加密标准(英语:Advanced Encryption Standard,缩写:AES),在密码学中又称Rijndael加密法,是 阅读全文
posted @ 2019-10-16 20:52 duan2 阅读(7468) 评论(0) 推荐(0) 编辑
 

2019年2月28日

摘要: https://www.cnblogs.com/savorboard/p/distributed-system-transaction-consistency.html https://www.cnblogs.com/jiangyu666/p/8522547.html 阅读全文
posted @ 2019-02-28 11:11 duan2 阅读(158) 评论(0) 推荐(0) 编辑
 

2019年2月26日

摘要: https://blog.csdn.net/xlgen157387/article/details/79036337 阅读全文
posted @ 2019-02-26 20:57 duan2 阅读(134) 评论(0) 推荐(0) 编辑
 

2019年1月28日

摘要: https://www.cnblogs.com/nineep/p/6795780.html 阅读全文
posted @ 2019-01-28 19:57 duan2 阅读(171) 评论(0) 推荐(0) 编辑
 
摘要: https://www.cnblogs.com/ilanni/p/4750081.html 阅读全文
posted @ 2019-01-28 09:52 duan2 阅读(167) 评论(0) 推荐(0) 编辑
 

2019年1月24日

摘要: http://www.cnblogs.com/moyand/p/9047978.html 彻底理解cookie,session,token 发展史 1、很久很久以前,Web 基本上就是文档的浏览而已, 既然是浏览,作为服务器, 不需要记录谁在某一段时间里都浏览了什么文档,每次请求都是一个新的HTTP 阅读全文
posted @ 2019-01-24 11:55 duan2 阅读(163) 评论(0) 推荐(0) 编辑
 

2019年1月13日

摘要: https://blog.csdn.net/xiewen99/article/details/54729112?utm_source=itdadao 阅读全文
posted @ 2019-01-13 14:06 duan2 阅读(212) 评论(0) 推荐(0) 编辑
 
摘要: https://www.cnblogs.com/liaojiafa/p/6118425.html 阅读全文
posted @ 2019-01-13 13:00 duan2 阅读(127) 评论(0) 推荐(0) 编辑
 

2019年1月12日

摘要: Centos6.5 永久修改DNS地址的方法 1、配置ip地址文件 /etc/sysconfig/network-scripts/ifcfg-eth0添加一行 DNS配置文件/etc/resolv.conf 的地址会自动匹配手动添加的地址;重启网卡后不会清除; 2、手动添加dns地址 DNS配置文件 阅读全文
posted @ 2019-01-12 14:48 duan2 阅读(714) 评论(0) 推荐(0) 编辑
 
上一页 1 2 3 4 5 6 7 ··· 19 下一页