<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://elvis.hcw.ac.at/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MTuz</id>
	<title>Elvis Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://elvis.hcw.ac.at/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MTuz"/>
	<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php/Special:Contributions/MTuz"/>
	<updated>2026-09-09T17:34:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.5</generator>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13433</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13433"/>
		<updated>2024-01-03T19:21:06Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* Electronic Frontier Foundation (EFF) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== EFF (Electronic Frontier Foundation) == &lt;br /&gt;
&lt;br /&gt;
The Electronic Frontier Foundation (EFF)&amp;lt;ref name=&amp;quot;Electronic Frontier Foundation (EFF)&amp;quot;&amp;gt;[https://www.eff.org/about EFF]&amp;lt;/ref&amp;gt;, established in 1990, is a prominent nonprofit organization dedicated to safeguarding civil liberties in the digital realm.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
[[File: deepcrack.png |350px|thumb|none| Deep-Crack&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;/&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack. [[Password Cracking#Hashcat|Hashcat]] is a tool that can be utilized to simulate a brute force attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;&amp;gt;[https://crack.sh Deep Crack]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13411</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13411"/>
		<updated>2024-01-03T16:53:08Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* BRUTE FORCE ATTACK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Electronic Frontier Foundation (EFF) == &lt;br /&gt;
&lt;br /&gt;
The Electronic Frontier Foundation (EFF)&amp;lt;ref name=&amp;quot;Electronic Frontier Foundation (EFF)&amp;quot;&amp;gt;[https://www.eff.org/about EFF]&amp;lt;/ref&amp;gt;, established in 1990, is a prominent nonprofit organization dedicated to safeguarding civil liberties in the digital realm.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
[[File: deepcrack.png |350px|thumb|none| Deep-Crack&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;/&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack. [[Password Cracking#Hashcat|Hashcat]] is a tool that can be utilized to simulate a brute force attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;&amp;gt;[https://crack.sh Deep Crack]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13410</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13410"/>
		<updated>2024-01-03T16:52:36Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* BRUTE FORCE ATTACK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Electronic Frontier Foundation (EFF) == &lt;br /&gt;
&lt;br /&gt;
The Electronic Frontier Foundation (EFF)&amp;lt;ref name=&amp;quot;Electronic Frontier Foundation (EFF)&amp;quot;&amp;gt;[https://www.eff.org/about EFF]&amp;lt;/ref&amp;gt;, established in 1990, is a prominent nonprofit organization dedicated to safeguarding civil liberties in the digital realm.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
[[File: deepcrack.png |350px|thumb|none| Deep-Crack&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;/&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.[[Password Cracking#Hashcat|Hashcat]] is a tool that can be utilized to simulate a brute force attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;&amp;gt;[https://crack.sh Deep Crack]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13409</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13409"/>
		<updated>2024-01-03T16:52:28Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* BRUTE FORCE ATTACK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Electronic Frontier Foundation (EFF) == &lt;br /&gt;
&lt;br /&gt;
The Electronic Frontier Foundation (EFF)&amp;lt;ref name=&amp;quot;Electronic Frontier Foundation (EFF)&amp;quot;&amp;gt;[https://www.eff.org/about EFF]&amp;lt;/ref&amp;gt;, established in 1990, is a prominent nonprofit organization dedicated to safeguarding civil liberties in the digital realm.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
[[File: deepcrack.png |350px|thumb|none| Deep-Crack&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;/&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.[[Passwort Cracking#Hashcat|Hashcat]] is a tool that can be utilized to simulate a brute force attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;&amp;gt;[https://crack.sh Deep Crack]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13408</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13408"/>
		<updated>2024-01-03T16:51:10Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* BRUTE FORCE ATTACK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Electronic Frontier Foundation (EFF) == &lt;br /&gt;
&lt;br /&gt;
The Electronic Frontier Foundation (EFF)&amp;lt;ref name=&amp;quot;Electronic Frontier Foundation (EFF)&amp;quot;&amp;gt;[https://www.eff.org/about EFF]&amp;lt;/ref&amp;gt;, established in 1990, is a prominent nonprofit organization dedicated to safeguarding civil liberties in the digital realm.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
[[File: deepcrack.png |350px|thumb|none| Deep-Crack&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;/&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.[[Passwort Cracking:Hashcat#Hashcat]] is a tool that can be utilized to simulate a brute force attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;&amp;gt;[https://crack.sh Deep Crack]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13407</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13407"/>
		<updated>2024-01-03T16:50:31Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* BRUTE FORCE ATTACK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Electronic Frontier Foundation (EFF) == &lt;br /&gt;
&lt;br /&gt;
The Electronic Frontier Foundation (EFF)&amp;lt;ref name=&amp;quot;Electronic Frontier Foundation (EFF)&amp;quot;&amp;gt;[https://www.eff.org/about EFF]&amp;lt;/ref&amp;gt;, established in 1990, is a prominent nonprofit organization dedicated to safeguarding civil liberties in the digital realm.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
[[File: deepcrack.png |350px|thumb|none| Deep-Crack&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;/&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.[[Help:Passwort Cracking#Hashcat]] is a tool that can be utilized to simulate a brute force attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;&amp;gt;[https://crack.sh Deep Crack]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13406</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13406"/>
		<updated>2024-01-03T16:49:26Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* BRUTE FORCE ATTACK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Electronic Frontier Foundation (EFF) == &lt;br /&gt;
&lt;br /&gt;
The Electronic Frontier Foundation (EFF)&amp;lt;ref name=&amp;quot;Electronic Frontier Foundation (EFF)&amp;quot;&amp;gt;[https://www.eff.org/about EFF]&amp;lt;/ref&amp;gt;, established in 1990, is a prominent nonprofit organization dedicated to safeguarding civil liberties in the digital realm.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
[[File: deepcrack.png |350px|thumb|none| Deep-Crack&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;/&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.[[Help:Images#Supported media types for images]] is a tool that can be utilized to simulate a brute force attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;&amp;gt;[https://crack.sh Deep Crack]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13405</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13405"/>
		<updated>2024-01-03T16:47:36Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* BRUTE FORCE ATTACK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Electronic Frontier Foundation (EFF) == &lt;br /&gt;
&lt;br /&gt;
The Electronic Frontier Foundation (EFF)&amp;lt;ref name=&amp;quot;Electronic Frontier Foundation (EFF)&amp;quot;&amp;gt;[https://www.eff.org/about EFF]&amp;lt;/ref&amp;gt;, established in 1990, is a prominent nonprofit organization dedicated to safeguarding civil liberties in the digital realm.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
[[File: deepcrack.png |350px|thumb|none| Deep-Crack&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;/&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.[[#Password Cracking also|Hashcat]] is a tool that can be utilized to simulate a brute force attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;&amp;gt;[https://crack.sh Deep Crack]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13404</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13404"/>
		<updated>2024-01-03T16:44:11Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* BRUTE FORCE ATTACK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Electronic Frontier Foundation (EFF) == &lt;br /&gt;
&lt;br /&gt;
The Electronic Frontier Foundation (EFF)&amp;lt;ref name=&amp;quot;Electronic Frontier Foundation (EFF)&amp;quot;&amp;gt;[https://www.eff.org/about EFF]&amp;lt;/ref&amp;gt;, established in 1990, is a prominent nonprofit organization dedicated to safeguarding civil liberties in the digital realm.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
[[File: deepcrack.png |350px|thumb|none| Deep-Crack&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;/&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack. [[#Password Cracking|Hashcat]] is a tool that can be utilized to simulate a brute force attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;&amp;gt;[https://crack.sh Deep Crack]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13403</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13403"/>
		<updated>2024-01-03T16:43:52Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* BRUTE FORCE ATTACK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Electronic Frontier Foundation (EFF) == &lt;br /&gt;
&lt;br /&gt;
The Electronic Frontier Foundation (EFF)&amp;lt;ref name=&amp;quot;Electronic Frontier Foundation (EFF)&amp;quot;&amp;gt;[https://www.eff.org/about EFF]&amp;lt;/ref&amp;gt;, established in 1990, is a prominent nonprofit organization dedicated to safeguarding civil liberties in the digital realm.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
[[File: deepcrack.png |350px|thumb|none| Deep-Crack&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;/&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack. [[#Hashcat|Password Cracking]] is a tool that can be utilized to simulate a brute force attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;&amp;gt;[https://crack.sh Deep Crack]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13402</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13402"/>
		<updated>2024-01-03T16:43:09Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* BRUTE FORCE ATTACK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Electronic Frontier Foundation (EFF) == &lt;br /&gt;
&lt;br /&gt;
The Electronic Frontier Foundation (EFF)&amp;lt;ref name=&amp;quot;Electronic Frontier Foundation (EFF)&amp;quot;&amp;gt;[https://www.eff.org/about EFF]&amp;lt;/ref&amp;gt;, established in 1990, is a prominent nonprofit organization dedicated to safeguarding civil liberties in the digital realm.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
[[File: deepcrack.png |350px|thumb|none| Deep-Crack&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;/&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack. [[#Hashcat|Hashcat]] is a tool that can be utilized to simulate a brute force attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;&amp;gt;[https://crack.sh Deep Crack]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13401</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13401"/>
		<updated>2024-01-03T16:39:41Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* Electronic Frontier Foundation (EFF) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Electronic Frontier Foundation (EFF) == &lt;br /&gt;
&lt;br /&gt;
The Electronic Frontier Foundation (EFF)&amp;lt;ref name=&amp;quot;Electronic Frontier Foundation (EFF)&amp;quot;&amp;gt;[https://www.eff.org/about EFF]&amp;lt;/ref&amp;gt;, established in 1990, is a prominent nonprofit organization dedicated to safeguarding civil liberties in the digital realm.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
[[File: deepcrack.png |350px|thumb|none| Deep-Crack&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;/&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;&amp;gt;[https://crack.sh Deep Crack]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13400</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13400"/>
		<updated>2024-01-03T16:38:58Z</updated>

		<summary type="html">&lt;p&gt;MTuz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Electronic Frontier Foundation (EFF) == &lt;br /&gt;
&lt;br /&gt;
The Electronic Frontier Foundation (EFF)&amp;lt;ref name=&amp;quot;Electronic Frontier Foundation (EFF)&amp;quot;&amp;gt;[https://www.eff.org/about Deep Crack]&amp;lt;/ref&amp;gt;, established in 1990, is a prominent nonprofit organization dedicated to safeguarding civil liberties in the digital realm. &lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
[[File: deepcrack.png |350px|thumb|none| Deep-Crack&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;/&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;&amp;gt;[https://crack.sh Deep Crack]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13357</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13357"/>
		<updated>2024-01-02T23:42:31Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
[[File: deepcrack.png |350px|thumb|none| Deep-Crack&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;/&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;&amp;gt;[https://crack.sh Deep Crack]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13356</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13356"/>
		<updated>2024-01-02T23:42:13Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
[[File: deepcrack.png |350px|thumb|none| Deep-Crack&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;/&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;&amp;gt; Deep Crack [https://crack.sh Deep Crack]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13355</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13355"/>
		<updated>2024-01-02T23:42:01Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
[[File: deepcrack.png |350px|thumb|none| Deep-Crack&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;/&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;&amp;gt; Deep Crack[https://crack.sh].&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;&amp;gt; Deep Crack [https://crack.sh Deep Crack]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13354</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13354"/>
		<updated>2024-01-02T23:39:43Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* Architecture */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
[[File: deepcrack.png |350px|thumb|none| Deep-Crack&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;/&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;&amp;gt; Deep Crack[https://crack.sh].&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13353</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13353"/>
		<updated>2024-01-02T23:38:45Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:deepcrack.png|thumb|none|350px|Deep-Crack]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
[[File: deepcrack.png |1000px|thumb|center| Deep-Crack&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;/&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;&amp;gt; Deep Crack[https://crack.sh].&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13352</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13352"/>
		<updated>2024-01-02T23:38:23Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* Architecture */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:deepcrack.png|thumb|none|350px|Deep-Crack]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
[[File: deepcrack.png |1000px|thumb|center| Deep-Crack&amp;lt;ref name=&amp;quot;deep-crack&amp;quot;/&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Deep-Crack&amp;quot;&amp;gt; Deep Crack[https://crack.sh].&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13351</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13351"/>
		<updated>2024-01-02T23:35:29Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:deepcrack.png|thumb|none|350px|Deep-Crack]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Deep-Crack&amp;quot;&amp;gt; Deep Crack[https://crack.sh].&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13350</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13350"/>
		<updated>2024-01-02T23:35:13Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:deepcrack.png|thumb|none|350px|Deep-Crack]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Deep-Crack&amp;quot;&amp;gt; Deep Crack[https://crack.sh].&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13349</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13349"/>
		<updated>2024-01-02T23:34:36Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:deepcrack.png|thumb|none|350px|Deep-Crack]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Deep-Crack&amp;quot;&amp;gt; Deep Crack[https://crack.sh].&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13348</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13348"/>
		<updated>2024-01-02T23:34:13Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:deepcrack.png|thumb|none|350px|Deep-Crack]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Deep-Crack&amp;quot;&amp;gt; Deep[https://crack.sh].&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13347</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13347"/>
		<updated>2024-01-02T23:33:23Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:deepcrack.png|thumb|none|350px|Deep-Crack]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
&lt;br /&gt;
Pictures:&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Deep-Crack&amp;quot;&amp;gt; prey project.com. 2021. [https://preyproject.com/blog/types-of-encryption-symmetric-or-asymmetric-rsa-or-aes Types of Encryption: Symmetric or Asymmetric? RSA or AES?].&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13346</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13346"/>
		<updated>2024-01-02T23:28:09Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:deepcrack.png|thumb|none|350px|Deep-Crack]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://cryptome.org/jya/cracking-des/cracking-des.htm&lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13345</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13345"/>
		<updated>2024-01-02T23:27:21Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* Related */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:deepcrack.png|thumb|none|350px|Deep-Crack]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
* [[Cracking DES: Secrets of Encryption Research, Wiretap Politics &amp;amp; Chip Design 1st Edition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://wiki.elvis.science/index.php?title=Cracking_DES:_Secrets_of_Encryption_Research,_Wiretap_Politics_%26_Chip_Design_1st_Edition &lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13344</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13344"/>
		<updated>2024-01-02T23:23:49Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* Related */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:deepcrack.png|thumb|none|350px|Deep-Crack]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
* [[Password Cracking]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://wiki.elvis.science/index.php?title=Cracking_DES:_Secrets_of_Encryption_Research,_Wiretap_Politics_%26_Chip_Design_1st_Edition &lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13343</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13343"/>
		<updated>2024-01-02T23:20:29Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* Courses */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:deepcrack.png|thumb|none|350px|Deep-Crack]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Brute-Force with NMAP]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://wiki.elvis.science/index.php?title=Cracking_DES:_Secrets_of_Encryption_Research,_Wiretap_Politics_%26_Chip_Design_1st_Edition &lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13342</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13342"/>
		<updated>2024-01-02T23:16:23Z</updated>

		<summary type="html">&lt;p&gt;MTuz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:deepcrack.png|thumb|none|350px|Deep-Crack]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://wiki.elvis.science/index.php?title=Cracking_DES:_Secrets_of_Encryption_Research,_Wiretap_Politics_%26_Chip_Design_1st_Edition &lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13341</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13341"/>
		<updated>2024-01-02T23:14:32Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:deepcrack.png|thumb|none|350px|Deep-Crack]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://wiki.elvis.science/index.php?title=Cracking_DES:_Secrets_of_Encryption_Research,_Wiretap_Politics_%26_Chip_Design_1st_Edition &lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
* Hardware Implementation of DES Encryption Cracker: https://ieeexplore-1ieee-1org-1tn53mdju04b3.han.fh-campuswien.ac.at/document/4382874&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13340</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13340"/>
		<updated>2024-01-02T23:14:06Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* BRUTE FORCE ATTACK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:deepcrack.png|thumb|none|350px|Deep-Crack]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
A brute force attack systematically cycles through all possible keys to decrypt information, persistently trying each key until the correct one is found. The security in this method relies on the immense number of possible keys, with 2^n options for a key of n bits, making the attack practically infeasible even with years of computational effort. To expedite the process from years to mere hours, dedicated hardware, like Deep Cracker, can be employed for efficient implementation of the attack.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://wiki.elvis.science/index.php?title=Cracking_DES:_Secrets_of_Encryption_Research,_Wiretap_Politics_%26_Chip_Design_1st_Edition &lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13339</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13339"/>
		<updated>2024-01-02T22:56:53Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:deepcrack.png|thumb|none|350px|Deep-Crack]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
Make sure to read&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://wiki.elvis.science/index.php?title=Cracking_DES:_Secrets_of_Encryption_Research,_Wiretap_Politics_%26_Chip_Design_1st_Edition &lt;br /&gt;
* Performance evaluation of various symmetric encryption algorithms: https://ieeexplore.ieee.org/abstract/document/7030724&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13338</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13338"/>
		<updated>2024-01-02T22:55:25Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* DES (DATA ENCRYPTION STANDARD) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:deepcrack.png|thumb|none|350px|Deep-Crack]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
DES, the first encryption algorithm published by the National Institute of Standards and Technology (NIST), was designed by IBM based on their Lucifer cipher. Established as a standard in 1974, DES was a widely utilized data encryption method employing a private key. It applies a 56-bit key to each 64-bit data block, mapping input blocks to 64-bit output blocks through a process of 16 rounds or operations. Despite its widespread use, DES was deemed insecure due to its vulnerability to brute-force attacks and its relatively small key size.&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
Make sure to read&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://wiki.elvis.science/index.php?title=Cracking_DES:_Secrets_of_Encryption_Research,_Wiretap_Politics_%26_Chip_Design_1st_Edition &lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13337</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13337"/>
		<updated>2024-01-02T22:50:25Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* DES (DATA ENCRYPTION STANDARD */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:deepcrack.png|thumb|none|350px|Deep-Crack]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== DES (DATA ENCRYPTION STANDARD) ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
Make sure to read&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://wiki.elvis.science/index.php?title=Cracking_DES:_Secrets_of_Encryption_Research,_Wiretap_Politics_%26_Chip_Design_1st_Edition &lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13336</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13336"/>
		<updated>2024-01-02T22:49:58Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* BRUTE FORCE ATTACK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:deepcrack.png|thumb|none|350px|Deep-Crack]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Data Encryption Standard (DES) ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== BRUTE FORCE ATTACK ===&lt;br /&gt;
&lt;br /&gt;
Make sure to read&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://wiki.elvis.science/index.php?title=Cracking_DES:_Secrets_of_Encryption_Research,_Wiretap_Politics_%26_Chip_Design_1st_Edition &lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13335</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13335"/>
		<updated>2024-01-02T22:48:01Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* Step 1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:deepcrack.png|thumb|none|350px|Deep-Crack]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Data Encryption Standard (DES) ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Make sure to read&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://wiki.elvis.science/index.php?title=Cracking_DES:_Secrets_of_Encryption_Research,_Wiretap_Politics_%26_Chip_Design_1st_Edition &lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13334</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13334"/>
		<updated>2024-01-02T22:46:08Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* Architecture */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:deepcrack.png|thumb|none|350px|Deep-Crack]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Make sure to read&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://wiki.elvis.science/index.php?title=Cracking_DES:_Secrets_of_Encryption_Research,_Wiretap_Politics_%26_Chip_Design_1st_Edition &lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13333</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13333"/>
		<updated>2024-01-02T22:44:52Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* Architecture */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:deepcrack.png|thumb|none|350px|DeepCrack]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Make sure to read&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://wiki.elvis.science/index.php?title=Cracking_DES:_Secrets_of_Encryption_Research,_Wiretap_Politics_%26_Chip_Design_1st_Edition &lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13332</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13332"/>
		<updated>2024-01-02T22:44:41Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* Architecture */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
* The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:deepcrack.png|thumb|none|350px|DeepCrack]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Make sure to read&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://wiki.elvis.science/index.php?title=Cracking_DES:_Secrets_of_Encryption_Research,_Wiretap_Politics_%26_Chip_Design_1st_Edition &lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=File:Deepcrack.png&amp;diff=13331</id>
		<title>File:Deepcrack.png</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=File:Deepcrack.png&amp;diff=13331"/>
		<updated>2024-01-02T22:44:14Z</updated>

		<summary type="html">&lt;p&gt;MTuz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;https://crack.sh&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=File:Deepcrack.png&amp;diff=13330</id>
		<title>File:Deepcrack.png</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=File:Deepcrack.png&amp;diff=13330"/>
		<updated>2024-01-02T22:43:42Z</updated>

		<summary type="html">&lt;p&gt;MTuz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13329</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13329"/>
		<updated>2024-01-02T22:42:47Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* Architecture */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
* The EFF DES Cracker&#039;s architecture is straightforward, comprising a standard personal computer connected to custom chips. The software instructs the chips to search, running independently until a potentially interesting key is found or new search directions are given. The hardware&#039;s role is to eliminate incorrect answers, leaving the software to efficiently search remaining potential keys. The machine&#039;s strength lies in replicating a useful search circuit, enabling the software to explore a small portion of the key space. The highly parallelizable nature of the DES key search problem allows multiple machines to work simultaneously, significantly reducing search time. DES Cracker incorporates 1536 chips, employing a brute-force search strategy with variations in key order. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:deepcrack.jpg|thumb|none|350px|DeepCrack]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Make sure to read&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://wiki.elvis.science/index.php?title=Cracking_DES:_Secrets_of_Encryption_Research,_Wiretap_Politics_%26_Chip_Design_1st_Edition &lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13328</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13328"/>
		<updated>2024-01-02T22:24:35Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Make sure to read&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design: https://wiki.elvis.science/index.php?title=Cracking_DES:_Secrets_of_Encryption_Research,_Wiretap_Politics_%26_Chip_Design_1st_Edition &lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13327</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13327"/>
		<updated>2024-01-02T22:24:09Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Make sure to read&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
* Cracking DES: Secrets of Encryption Research,&lt;br /&gt;
Wiretap Politics, and Chip Design: https://wiki.elvis.science/index.php?title=Cracking_DES:_Secrets_of_Encryption_Research,_Wiretap_Politics_%26_Chip_Design_1st_Edition &lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13326</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13326"/>
		<updated>2024-01-02T22:21:17Z</updated>

		<summary type="html">&lt;p&gt;MTuz: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Make sure to read&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Understanding Cryptography: https://link.springer.com/chapter/10.1007/978-3-642-04101-3_3&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13325</id>
		<title>Deep Crack / EFF DES Cracker</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Deep_Crack_/_EFF_DES_Cracker&amp;diff=13325"/>
		<updated>2024-01-02T22:19:27Z</updated>

		<summary type="html">&lt;p&gt;MTuz: Created page with &amp;quot;== Summary ==   In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.  == Requirements ==  * Operating system: Ubuntu 18.04 bionic amd64 * Packages: git emacs  In order to complete these steps, you must have followed Some Other Documentation before.  == Description ==  === Step 1 ===  Enter these commands in the shell   echo foo  echo bar  === Step 2 ===  Make sure to...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
In 1998, the Electronic Frontier Foundation (EFF) developed the hardware machine Deep Crack, which executed a brute-force attack against DES in 56 hours.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Make sure to read&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MTuz</name></author>
	</entry>
</feed>