Difference between revisions of "Enigma"

From Teknologisk videncenter
Jump to: navigation, search
m
m (Programs and files)
Line 11: Line 11:
 
*[[Enigma/enigma8.|enigma8.c]] whild will Crypt and Decrypt plainfiles.
 
*[[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>
 
*[[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>
 +
=Footnotes=
 
<references/>
 
<references/>
 
[[Category:CoE]]
 
[[Category:CoE]]

Revision as of 16:42, 5 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.

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