码迷,mamicode.com
首页 >  
搜索关键字:side-channel attack    ( 514个结果
ZOJ 2587 Unique Attack(最小割唯一性判断)
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2587 题意:判断最小割是否唯一。 思路: 最小割唯一性的判断是先跑一遍最大流,然后在残留网络中分别从源点和汇点出发dfs,只有当该边还有流量可用时可以访问下一个顶点,最后如果 ...
分类:其他好文   时间:2017-07-22 15:41:02    阅读次数:197
Sona
Sona Sona , Maven of the Strings . Of cause, she can play the zither. Sona can't speak but she can make fancy music. Her music can attack, heal, encou ...
分类:其他好文   时间:2017-07-18 10:20:05    阅读次数:275
[Leetcode] n queens n皇后问题
The n-queens puzzle is the problem of placing n queens on an n×nchessboard such that no two queens attack each other. Given an integer n, return all d ...
分类:其他好文   时间:2017-07-08 17:54:07    阅读次数:169
进攻幽暗城
进攻幽暗城 (attack.pas/c/cpp) 【问题描述】 由于震惊海内外的“愤怒门投毒事件”的发生,部落为了对抗皇家药剂师协会的叛乱,所有的外交工作完成后,部落大酋长萨尔带领着小A 穿过传送门到达幽暗城平叛。 幽暗城的地图是一个N*M 的 01 串。a[i,j]=1 时表示(i,j)的位置是障 ...
分类:其他好文   时间:2017-07-03 20:01:46    阅读次数:318
hihocoder1497 Queen Attack
题意:同一对角线,水平线,垂线的皇后之间会相互攻击,给出n个皇后问有几对会相互攻击 ...
分类:其他好文   时间:2017-07-01 15:28:19    阅读次数:113
LeetCode--N-Queens
The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other. Given an integer n, return all ...
分类:其他好文   时间:2017-06-23 14:15:29    阅读次数:172
leetCode 51.N-Queens (n皇后问题) 解题思路和方法
N-Queens The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other. Given an integer n, re ...
分类:其他好文   时间:2017-06-22 22:57:37    阅读次数:176
CSRF防护
CSRF 1、什么是CSRF? CSRF(Cross-site request forgery),中文名称:跨站请求伪造,也被称为:one click attack/session riding,缩写为:CSRF/XSRF。 2、原理 从上图可以看出,要完成一次CSRF攻击,受害者必须依次完成两个步 ...
分类:其他好文   时间:2017-06-21 23:04:26    阅读次数:285
注入攻击
1.注入攻击的本质,是把用户输入的数据当做代码执行。两个关键条件: (1)用户能够控制输入 (2)原本程序要执行的代码,拼接了用户输入的数据。 2.SQL注入:错误回显能为攻击者提供极大的便利。 (1)盲注:服务器没有错误回显时完成注入攻击。 (2)Timing Attack:利用BENCHMARK ...
分类:其他好文   时间:2017-06-19 14:16:44    阅读次数:168
Brute force Attack
1 Introduction A common threat that webdevelopers face is a password-guessing attack known as a brute force attack. Abrute-force attack is an attempt ...
分类:其他好文   时间:2017-06-16 14:23:52    阅读次数:318
514条   上一页 1 ... 20 21 22 23 24 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!