自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 收藏
  • 关注

原创 Python笔记

a=[set()]*5a[0].add(1)print ab=[]for i in range(5):b.append(set())b[0].add(1)print bc=[1]*5c[0]=2print c

2014-09-16 13:24:03 425

转载 Python的函数参数传递

原址:http://blog.csdn.net/winterttr/article/details/2590741

2014-09-15 15:42:04 353

原创 Coursera_Stanford密码学公开课 Programming Assignment 6

问题:Your goal in this project is to break RSA when the public modulus N is generated incorrectly. This should serve as yet another reminder not to implement crypto primitives yourself. Normally,

2014-08-25 13:59:03 1483

原创 Coursera_Stanford密码学公开课 Programming Assignment 5

问题:Your goal this week is to write a program to compute discrete log modulo a prime p. Let g be some element in Z∗p and suppose you are given h in Z∗p such that h=gx where 1≤x≤240. Your go

2014-08-17 18:30:08 1892

原创 Coursera_Stanford密码学公开课 Programming Assignment 4

问题:In this project you will experiment with a padding oracle attack against a toy web site hosted at crypto-class.appspot.com. Padding oracle vulnerabilities affect a wide variety of products, i

2014-08-09 15:57:00 3789

原创 Coursera_Stanford密码学公开课 Programming Assignment 3

题目:(B0||h1

2014-07-24 13:38:50 2628

原创 Coursera_Stanford密码学公开课 Programming Assignment 2

题目:给出4份密文,其中两份用

2014-07-18 15:07:15 4556

原创 Coursera_Stanford密码学公开课 Programming Assignment 1

题目:通过11个用同样stream cipher密钥加密的密文求最后一个目标密文的明文:Many Time Pad Let us see what goes wrong when a stream cipher key is used more than once.Below are eleven hex-encoded ciphertexts that are the resul

2014-07-05 20:50:19 4903

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除