<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Brute Force on bradleycarey.com</title>
    <link>https://bradleycarey.com/tags/brute-force/</link>
    <description>Recent content in Brute Force on bradleycarey.com</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 02 Sep 2023 22:22:18 -0400</lastBuildDate>
    <atom:link href="https://bradleycarey.com/tags/brute-force/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>XOR Encryption with Brute Force methods for decryption (proof of concept)</title>
      <link>https://bradleycarey.com/posts/2011-02-23-xor-encryption-with-brute-force-methods-for-decryption-proof-of-concept/</link>
      <pubDate>Wed, 23 Feb 2011 22:25:43 -0400</pubDate>
      <guid>https://bradleycarey.com/posts/2011-02-23-xor-encryption-with-brute-force-methods-for-decryption-proof-of-concept/</guid>
      <description>&lt;p&gt;This project evolved from my time in the Cyber Security class at Marshall University. The goal was to create an implementation of a simple encryption scheme as well as brute force methods for decrypting the ciphertext without the original key. To use it:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Select a text file as the active file for encryption/decryption.&lt;/li&gt;&#xA;&lt;li&gt;Enter your choice of operation.&lt;/li&gt;&#xA;&lt;li&gt;If the file has been previously encrypted, you can decrypt it as long as you know the key.&lt;/li&gt;&#xA;&lt;li&gt;If you don’t know the key to an encrypted file, select the brute force method to have the program try all possible combinations to detemine which key was originally used to decrypt the file.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;This program uses a wordlist of more than 58,000 words from the English language when brute forcing, which is parsed into a java TreeSet for maximum speed. As such, a text file containing words to match it to is required. I’ve used the one found at this link: &lt;a href=&#34;http://www.mieliestronk.com/wordlist.html&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Corncob Wordlist&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
