码迷,mamicode.com
首页 >  
搜索关键字:ldap over tls    ( 11811个结果
The Implementation of RFCOMM in Android
Introduction     RFCOMM provides an emulation of serial cable line settings and status of an RS-232 serial port. RFCOMM is a simple transport protocol over L2CAP. So the protocol could supports up to...
分类:移动开发   时间:2015-04-15 19:38:08    阅读次数:124
Bar Mitzvah Attack分析
结合RC4算法实现,简单分析一下BarMitzvahAttack攻击的原理,并以WEP破解过程来举例说明通用的破解方式。(个人觉得RC4早已经过时,要想避免该攻击,应该采用更好的加密算法,如:ccmp)另外,TLS协议是EAP协议的扩展,是一种身份认证机制,与具体的加密算法无关。WEP是业界破解较多...
分类:其他好文   时间:2015-04-15 16:56:01    阅读次数:180
安全cookie登录状态设计方案
我们知道web是基于HTTP协议传输的,明文传输是极其危险的,随便哪个抓包工具分析下数据包,就over啦,一个加密的传输过程应该包括两部分,一部分为身份认证,用户鉴别这个用户的真伪;另外一部分为数据加密,用于数据的保密。我大概是这样做的:(1)生成用户验证token 用户登录后我会生成一个to...
分类:其他好文   时间:2015-04-15 11:12:04    阅读次数:170
USER STORIES AND USE CASES - DON’T USE BOTH
We’re in Orlando for a working session as part of the Core Team building BABOK V3 and over dinner this evening we got to discussing the relationship b...
分类:其他好文   时间:2015-04-15 07:13:51    阅读次数:225
Your personal Mail Server iRedMail on ubuntu14.04 x64
what we have?iRedMail -> http://iredmail.comGet the script over there. http://www.iredmail.com/download.htmlHere we use ubuntu14.04 as server.Just...
分类:系统相关   时间:2015-04-14 14:30:48    阅读次数:180
Binary Search Tree Iterator--LeetCode
Implement an iterator over a binary search tree (BST). Your iterator will be initialized with the root node of a BST. Calling next() will return the next smallest number in the BST. Note: next() and...
分类:其他好文   时间:2015-04-14 13:01:30    阅读次数:148
Binary Search Tree Iterator——LeetCode
Implement an iterator over a binary search tree (BST). Your iterator will be initialized with the root node of a BST.Callingnext()will return the next...
分类:其他好文   时间:2015-04-13 20:42:55    阅读次数:102
火狐浏览器,关闭ssl v3防护
某些网站,没有及时更新,导致火狐觉得有安全隐患,不给访问。---------------Hello bcasey9090, go to about:config, copy the next bold security.tls.version.min and paste it in the sear...
分类:其他好文   时间:2015-04-13 09:19:18    阅读次数:189
oracle over 函数几个例子
测试使用的数据为scott/tiger模式下的emp表:我们使用JOB和SAL这两个列测试:上面语句指按照职业JOB分组(partition by job)然后在每个分组内,按照薪水(sal)进行排名。注意到并列名次,例如SLAESMAN这个职业的,有两个1250并列第一,1500就是第3名了。将R...
分类:数据库   时间:2015-04-12 22:30:03    阅读次数:179
Binary Search Tree Iterator
Implement an iterator over a binary search tree (BST). Your iterator will be initialized with the root node of a BST.Callingnext()will return the next...
分类:其他好文   时间:2015-04-12 14:38:25    阅读次数:134
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!