forked from mfaerevaag/cryptanalysis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Markus Færevaag
committed
Jun 22, 2013
1 parent
0ac21cb
commit 1946bc0
Showing
2 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |