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
结合RC4算法实现,简单分析一下BarMitzvahAttack攻击的原理,并以WEP破解过程来举例说明通用的破解方式。(个人觉得RC4早已经过时,要想避免该攻击,应该采用更好的加密算法,如:ccmp)另外,TLS协议是EAP协议的扩展,是一种身份认证机制,与具体的加密算法无关。WEP是业界破解较多...
分类:
其他好文 时间:
2015-04-15 16:56:01
阅读次数:
180
我们知道web是基于HTTP协议传输的,明文传输是极其危险的,随便哪个抓包工具分析下数据包,就over啦,一个加密的传输过程应该包括两部分,一部分为身份认证,用户鉴别这个用户的真伪;另外一部分为数据加密,用于数据的保密。我大概是这样做的:(1)生成用户验证token 用户登录后我会生成一个to...
分类:
其他好文 时间:
2015-04-15 11:12:04
阅读次数:
170
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
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
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
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
某些网站,没有及时更新,导致火狐觉得有安全隐患,不给访问。---------------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
测试使用的数据为scott/tiger模式下的emp表:我们使用JOB和SAL这两个列测试:上面语句指按照职业JOB分组(partition by job)然后在每个分组内,按照薪水(sal)进行排名。注意到并列名次,例如SLAESMAN这个职业的,有两个1250并列第一,1500就是第3名了。将R...
分类:
数据库 时间:
2015-04-12 22:30:03
阅读次数:
179
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