2016年10月19日

https 原理

摘要: https 是在http协议基础上用ssl协议封装加密。ssl协议目前发展到了3.0。根据ssl3.0的升级版,出现了TSL协议。实际上https用的是TSL。 https协议的通信过程用到了对称加密,非对称加密和哈希算法。 假设有客户端c和网站w。 那么https的交流过程大致如下: c: 我想和 阅读全文

posted @ 2016-10-19 11:22 kramer 阅读(208) 评论(0) 推荐(0)

cache and database

摘要: This article referenced from http://coolshell.cn/articles/17416.html We all know that high concurrency, high I/O is a big challenge to database. So we 阅读全文

posted @ 2016-10-19 10:19 kramer 阅读(163) 评论(0) 推荐(0)

导航