Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

Report

293 views
1
\documentclass{article}
2
\usepackage[utf8]{inputenc}
3
4
\usepackage{a4wide}
5
\usepackage{enumitem}
6
7
\title{Dissertation Project Proposal - Research on cryptographic backdoors}
8
\author{Name: Bancha Upanan\\
9
Student ID: 1604026}
10
\date{20th June 2016}
11
12
\begin{document}
13
14
\maketitle
15
16
\section{Aim}
17
This project aims to study malicious and surreptitious weakening cryptographic systems focusing on NIST's backdoored Dual EC pseudorandom number generator and discuss the security against mass surveillance. Finally I will implement attacks on TLS along with relevant countermeasures.
18
19
\section{Plan}
20
A tentative plan for the completion of this MSc project and the tasks involved are shown as a set of milestones, accompanied with an estimated date for finishing each milestone as follows. \\\\
21
Research on cryptographic backdoors - 8th July 2016, 3 weeks
22
\begin{itemize}[noitemsep]
23
\item Susceptible cryptographic systems to sabotage
24
\item Exploitability of Dual EC pseudorandom number generator
25
\item Practical attacks on TLS
26
\end{itemize}
27
Application implementation - 5th August 2016, 4 weeks
28
\begin{itemize}[noitemsep]
29
\item Systems design
30
\item Development
31
\item Integration and testing
32
\item Deployment
33
\end{itemize}
34
Data collection and presentation preparation - 19th August 2016, 2 weeks\\
35
Presentation - 22nd August 2016, 1 week\\
36
Report writing - 9th September 2016, 3 weeks\\
37
38
\end{document}
39
40