Difference between revisions of "Enigma"

From Teknologisk videncenter
Jump to: navigation, search
m (New page: {| |- | ABCDEF |- | CADEFB |- | EDFBAC |- | |- | A-AC-rCF-FE-E |- | B-BA-rAE-ED-D |- | C-CD-rDB-BF-F |- | D-DE-rEA-AB-B |- | E-EF-rFC-CA-A |- | F-FB-rBD-DC-C |- |})
 
m (Footnotes)
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
{|
+
=Enigma Articles=
|-
+
*[http://en.wikipedia.org/wiki/Enigma_machine Wikipedia article: Enigma machine]
|  ABCDEF
+
*[http://www.cryptomuseum.com/crypto/enigma/ Enigma from the Crypto Museum]
|-
+
 
|  CADEFB
+
= 8 bit Enigma machine =
|-
+
*[[Enigma/primer|Enigma Primer]]
|  EDFBAC
+
==Programs and files==
|-
+
There are three C-programs and four file in this project. All singlethreaded C programs.
|  
+
*[[Enigma/makewheel.c|makewheel.c]] which will make Random 8 bit Enigma Wheels
|
+
*[[Enigma/wheels.h|wheels.h]] is an example of Random wheels made by [[Enigma/makewheel.c|makewheel.c]]
|   A-AC-rCF-FE-E
+
*[[Enigma/enigma8.|enigma8.c]] whild will Crypt and Decrypt plainfiles.
|-
+
*[[Enigma/enigma8crack.c|enigma8crack.c]] is a singlethreaded attempt to break a crypted file with a known Crib<ref>A Crib is a known plaintext message in the crypted message. You can Brute-force the crypted message until you get a match on the Crib</ref>
|   B-BA-rAE-ED-D
+
=Network=
|-
+
*clusterh: 83.90.239.180
|  C-CD-rDB-BF-F
+
=Footnotes=
|-
+
<references/>
|  D-DE-rEA-AB-B
+
[[Category:CoE]]
|-
 
|  E-EF-rFC-CA-A
 
|-
 
|  F-FB-rBD-DC-C
 
|-
 
|}
 

Latest revision as of 16:47, 7 December 2010

Enigma Articles

8 bit Enigma machine

Programs and files

There are three C-programs and four file in this project. All singlethreaded C programs.

Network

  • clusterh: 83.90.239.180

Footnotes

  1. A Crib is a known plaintext message in the crypted message. You can Brute-force the crypted message until you get a match on the Crib