Frequency Analysis
On Sunday I released my first ever open source project on GitHub. This was my character frequency analysis tool, used for cryptanalysis on very simple monoalphabetic ciphers. The tool takes an input and can create a graph of the percentage occurrence of each character in the text.
I am very happy to finally release this project. It is a fairly small piece of code but I have been putting off releasing it for a while to make sure that the code, and the project page, were up to the standards that I wanted. All of this can be found on my website, and the code can be found on my GitHub account.
If you happen to check out the project and find any bugs or have any feature requests, feel free to open an issue on the GitHub repository.
While working on this I also decided to start this blog. I’ll be posting about any future projects, along with any interesting thoughts I have.