码迷,mamicode.com
首页 >  
搜索关键字:side-channel attack    ( 514个结果
火影忍者多人对战
namespace 火影忍者多人对战{ class Program { //创建一个Player的结构体 struct Player { public string name; public int hp; public int attack; public int defend; public i...
分类:其他好文   时间:2015-04-10 20:10:49    阅读次数:191
简析CSRF
1、简介CSRF(Cross-site request forgery),中文名称:跨站请求伪造,也被称为:one click attack/session riding,缩写为:CSRF/XSRF;2、功能你这可以这么理解CSRF攻击:攻击者盗用了你的身份,以你的名义发送恶意请求。CSRF能够做的...
分类:其他好文   时间:2015-04-09 21:21:17    阅读次数:152
SPOJ220---Relevant Phrases of Annihilation(后缀数组+二分,对后缀分组)
You are the King of Byteland. Your agents have just intercepted a batch of encrypted enemy messages concerning the date of the planned attack on your island. You immedietaly send for the Bytelandian Cr...
分类:编程语言   时间:2015-04-08 09:19:02    阅读次数:188
N-Queens 1&2
Then-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all distinc...
分类:其他好文   时间:2015-04-06 12:45:18    阅读次数:147
A XSS filter for Java EE web apps--转载
原文地址:http://java.dzone.com/articles/xss-filter-java-ee-web-appsCross Site Scripting, or XSS, is a fairly common vector used to attack web sites. It in...
分类:移动开发   时间:2015-04-01 14:53:42    阅读次数:347
[leetcode] N-Queens
N-QueensThen-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all...
分类:其他好文   时间:2015-03-30 14:38:13    阅读次数:147
MySQLdb 1031 Error
Pythonimport MySQLdb有可能报:site-packages/pkg_resources.py:1031: UserWarning: /home/***/.python-eggs is writable by group/others and vulnerable to attack...
分类:数据库   时间:2015-03-28 10:03:44    阅读次数:164
格式化字符串攻击
什么是格式化字符串攻击?format string attackhttps://www.owasp.org/index.php/Format_string_attack首先攻击发生在 格式化字符串所涉及的函数(例如 printf), 其次用户输入字符串提交后作为格式化字符串参数执行。攻击者可以执行代...
分类:其他好文   时间:2015-03-22 10:31:58    阅读次数:208
C# 对战游戏
class Program { struct player { public string name; public int hp; public int attack; p...
分类:Windows程序   时间:2015-03-17 08:10:01    阅读次数:219
514条   上一页 1 ... 38 39 40 41 42 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!