CS461 MP 1: Due Wednesday 09/17 by 11:59 pm Fall 2014
\Anyone, from the most clueless amateur to the best cryptographer, can create an algorithm
that he himself can't break."
{ Bruce Schneier
Guidelines
You must work alone for this assignment.
You may use any programming language you're comfortable with, but we are using Python.
You're free to use any API or library you like. Don't re-invent the wheel.
Your answers might or might not be the same as your classmates'.
You must submit your answers in your SVN repository; we will only grade what's there!
Overview
This assignment will give you a chance to explore symmetric encryption.
Files
In your svn directory, you'll nd a folder called \mp1". The following les will be inside:
1. sub key.txt: key for task 1.
2. sub ciphertext.txt: ciphertext for task 1.
3. aes key.hex: key for task 2.
4. aes iv.hex: initialization vector for task 2.
5. aes ciphertext.hex: ciphertext for task 2.
6. aes weak ciphertext.hex: ciphertext for task 3.
7. key length.txt: a number needed for task 4.
8. bonus ciphertext.txt: ciphertext for a bonus mission, should you choose accept it.
We've also generated some (nearly) empty les for you to submit your answers to.
Tasks
1. Substitution Cipher (30 points)
2. Decrypting AES (30 points)
3. Breaking A Weak AES Key (30 points)
4. Computing Key Space Size (10 points)
5. Bonus: Breaking A Substitution Cipher (20 bonus points)
1CS461 MP 1: Due Wednesday 09/17 by 11:59 pm Fall 2014
1 Substitution Cipher
sub key.txt contains a permutation of the 26 upper-case letters that represents the key for
a substitution cipher. Using this key, the ith letter in the alphabet in the plaintext has been
replaced by the ith letter in sub key.txt to produce ciphertext in sub ciphertext.txt. For
example, if the rst three letters in your sub key.txt are ZDF..., then all As in the plaintext have
become Zs in the ciphertext, all Bs have become Ds, and all Cs have become Fs. The plaintext
we encrypted is a clue from the gameshow Jeopardy, and has only upper-case letters, numbers
and spaces. Numbers and spaces in the plaintext were not encrypted. They appear exactly as
they did in the plaintext.
Use sub key.txt to decrypt sub ciphertext.txt to obtain the plaintext and submit
it in sub plaintext.txt.
2 Decrypting AES
aes key.hex contains a 256-bit AES key represented as a series of hexadecimal values. aes iv.hex
contains a 128-bit Initialization Vector in a similar representation. We encrypted a Jeopardy
clue using AES in CBC mode with this key and IV and wrote the resulting ciphertext (also
stored in hexadecimal) in aes ciphertext.hex.
Decrypt the ciphertext and submit the plaintext in aes plaintext.txt.
3 Breaking A Weak AES Key
As with the last task, we encrypted a Jeopardy clue using 256-bit AES in CBC and stored the
result in hexadecimal in the le aes weak ciphertext.hex. For this task, though, we haven't
supplied the key. All we'll tell you about the key is that it is 256 bits long and its 251 most
signi cant (leftmost) bits are all 0's. The initialization vector was set to all 0s.
Find the plaintext and submit it in aes weak plaintext.txt.
4 Computing Key Space Size
Imagine a cipher you're working with takes a key with an unusual length. In key length.txt
you'll nd a single decimal (base 10) number representing how many bits the key has.
Calculate the total number of possible keys for this cipher (i.e. the size of the
key space), and submit your answer in key space size.txt as a single decimal num-
ber.
5 Bonus: Breaking A Substitution Cipher
For 20 bonus points, let's see if you can solve task 1 without the key. You can nd the cipher
text in bonus ciphertext.txt. The plaintext is guaranteed to consist of uppercase words in
English and spaces. As in task 1, spaces were not encrypted.
Submit the plaintext in bonus plaintext.txt.
2CS461 MP 1: Due Wednesday 09/17 by 11:59 pm Fall 2014
Final Checklist
Make sure you have submitted these les:
sub plaintext.txt
aes plaintext.txt
aes weak plaintext.txt
key space size.txt
(optional) bonus plaintext.txt
3
- 浏览: 1001943 次
文章分类
最新评论
-
18335864773:
很多公司项目 都在使用pageoffice 来操作word,e ...
用java生成word文档 -
Gozs_cs_dn:
请问下博主, 怎样将sitemesh3.xsd绑定 sitem ...
SiteMesh3配置 -
Rose_06:
springside4.0quick-start.bat报错原因 -
ilemma:
我也是刚参见工作啊,经理让自学这个,有些东西不太懂,能不能发个 ...
Apache Shiro在Web中的应用 -
shanbangyou:
你废了
程序员上班打酱油的方法
发表评论
-
递归归并排序
2016-02-11 20:26 350/* MergeSort.java CSC 225 - ... -
java冒泡排序对布尔类型进行排序
2015-12-11 23:06 640QQ 928900200 程序代写 java不能对 ... -
判断宏是否是“安全”的
2014-11-22 22:54 559给了一系列C++的宏定义,问你一个表达式是否是“安全”的。 ... -
C语言求平均值
2014-11-19 19:14 554木其工作室:QQ928900200 Computing I ... -
C语言连连看
2014-11-18 16:34 600(1)定义一个矩阵,随机产生字符布置地图,例如下面这个4x ... -
The Monty Hall Problem
2014-10-19 12:58 638GNG1106 Lab 3The Monty Hall Pro ... -
java类
2014-10-16 08:27 298木其工作室 qq 928900200 You are ... -
ECE/CPSC 3520
2014-10-13 09:49 529ECE/CPSC 3520Fall 2014Software ... -
java星球机器人建模UML
2014-10-06 22:29 394Your task is to design and imp ... -
数据库sql
2014-10-06 22:25 611service QQ 928900200 ... -
C语言 cgi(3)
2014-08-04 09:17 3501cs3157 – Advanced ProgrammingS ... -
C语言 cgi(2)
2014-08-04 09:10 3041Columbia Universitycs3157 – Ad ... -
C语言cgi(1)
2014-08-04 09:08 3321Columbia Universitycs3157 – Ad ... -
c++ input,output
2014-08-04 08:37 470You should be comfortable w ... -
Array of Objects
2014-08-04 08:30 658You should be comfortable w ... -
bat脚本打开网页
2014-07-13 09:54 883start iexplore "http://ww ... -
java 汉诺塔实现自动演示
2014-07-10 11:53 5061、增加计时功能,显 ... -
代写java程序qq:928900200
2014-06-18 12:46 3学校为全面提升学校教学质量,提高管理水平,决定开发一套小型成 ... -
基于MVC的系统代写
2014-06-16 12:13 441人力资源管理系统 完成系统静态页面设计,页面数 ... -
程序设计实践C++ 程序代写(QQ 928900200)
2014-06-10 08:15 312程序设计实践 采用C++ ...
相关推荐
"涉密计算机安全保密审计报告" 一、安全策略检查 涉密计算机安全保密审计报告的安全策略检查是对涉密计算机系统的安全策略进行检查,以确保涉密计算机系统的安全。该检查包括: 1. 设置各类口令并定期更换(注意...
计算机安全原理与实践第四版答案
计算机安全教程 课件 计算机安全教程 课件 计算机安全教程 课件 计算机安全教程 课件 计算机安全教程 课件 计算机安全教程 课件
计算机安全计算机安全计算机安全计算机安全计算机安全计算机安全
计算机安全试题 下载计算机安全试题 下载
计算机安全 教案 经典 1计算机安全概述 2计算机安全体系结构 4物理安全与可靠性 5-1操作系统安全 5-2操作系统安全性 数据库安全
计算机安全导论 Micchael T.Goodrich Roberto Tamassia葛秀慧 田浩译 课后习题答案 每章习题包括C,P,R三种类型的题目,包含了所有习题的参考答案,对于期末复习非常有用的。 每题答案都是图片,大家下载后可以自己...
计算机安全技术概述包括计算机安全的发展,演变以及未来展望和习题
病毒与计算机安全.ppt;病毒与计算机安全.ppt;病毒与计算机安全.ppt;病毒与计算机安全.ppt
计算机安全教案2PPT.rar计算机安全教案2PPT.rar计算机安全教案2PPT.rar
计算机安全论文.pdf
主要介绍计算机安全导引,经典加密技术,对称加密技术,公钥加密技术,网络安全应用等。
计算机安全与故障攻略
北大青鸟计算机安全防护课件
计算机安全技术01353.pdf
避免鼠标手,颈椎病,计算机安全与舒适操作.pdf
计算机安全相关的几道试题,有兴趣的可以看看
计算机安全学:安全的艺术与科学(2005),非常详尽的安全类书籍
《计算机安全技术》主 编:张同光;清华大学出版社;ISBN:9787302235651;资源为该书实验用到的所有工具软件 及其 课件 。