码迷,mamicode.com
首页 >  
搜索关键字:side-channel attack    ( 514个结果
51. 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 ...
分类:其他好文   时间:2018-10-19 00:10:19    阅读次数:145
52. N-Queens II
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 the ...
分类:其他好文   时间:2018-10-19 00:09:56    阅读次数:213
会话固定攻击 - yxcms session固定漏洞
Session fixation attack(会话固定攻击)是利用服务器的session不变机制,借他人之手获得认证和授权,然后冒充他人。 ...
分类:其他好文   时间:2018-10-15 14:36:38    阅读次数:203
Django中间件:CsrfViewMiddleware
1、CsrfViewMiddleware 1.1、CSRF:跨站请求伪造 CSRF全称为Cross-site request forgery,也被称为:one click attack/session riding,缩写为:CSRF/XSRF。 你这可以这么理解CSRF攻击:攻击者盗用了你的身份,以 ...
分类:其他好文   时间:2018-10-05 14:05:15    阅读次数:207
52. N-Queens II
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 the ...
分类:其他好文   时间:2018-10-02 17:44:54    阅读次数:171
51. 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 ...
分类:其他好文   时间:2018-10-02 17:19:02    阅读次数:88
leetcode 002
2. Add Two numbers Difficulty:Medium The Link https://leetcode.com/problems/add two numbers/ Description Solutions: Solution A: Brute force attack (暴力 ...
分类:其他好文   时间:2018-09-28 19:15:52    阅读次数:197
ZOJ - 2587 Unique Attack (判断最小割是否唯一)
题意:判断最小割是否唯一. 分析:跑出最大流后,在残余网上从源点和汇点分别dfs一次,对访问的点都打上标记. 若还有点没有被访问到,说明最小割不唯一. https://www.cnblogs.com/ka200812/archive/2011/07/30/2121872.html 这里面的鬼畜图说的 ...
分类:其他好文   时间:2018-09-21 15:05:42    阅读次数:218
Attack on Alpha-Zet
题目链接:https://nanti.jisuanke.com/t/28852 7998: Attack on Alpha-Zet 题目描述 Space pirate Captain Krys has recently acquired a map of the artificial and hig ...
分类:其他好文   时间:2018-09-07 22:03:16    阅读次数:215
CTF AWD模式攻防Note
###0x01 AWD模式 Attack With Defence,简而言之就是你既是一个hacker,又是一个manager。比赛形式:一般就是一个ssh对应一个web服务,然后flag五分钟一轮,各队一般都有自己的初始分数,flag被拿会被拿走flag的队伍均分,主办方会对每个队伍的服务进行ch ...
分类:其他好文   时间:2018-09-03 02:16:34    阅读次数:704
514条   上一页 1 ... 12 13 14 15 16 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!