Skip to content

Commit

Permalink
Init breaker
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Færevaag committed Jun 22, 2013
1 parent 0ac21cb commit 1946bc0
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
9 changes: 7 additions & 2 deletions project3/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
Project 3
=========

Seconds sine 22. June 2009:
Seconds sine 22. June 2009 00:00:00:

1245646800

Seconds since 28. June 2009:

1246165200
1246251599

This gives an interval of `604799` seconds.


[Source](http://www.unixtimestamp.com/index.php)


26 changes: 26 additions & 0 deletions project3/breaker.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#
# Project 3
#
# 01435 Practiacal Cryptanalysis
# Technical University of Denmark

# Markus Faerevaag (s123692@student.dtu.dk)
# Christian Mathias Rohde Kiaer (s123812@student.dtu.dk)
# Jonathan Becktor (s123094@student.dtu.dk)
#


TIMEINT_START = 1245646800
TIMEINT_END = 1246251599


def f:



def main:
#


if __name__ == '__main__':
main

0 comments on commit 1946bc0

Please sign in to comment.