CaesarCryptanalysis

It is a tool to decipher Caesar ciphers.


License
MIT
Install
pip install CaesarCryptanalysis==0.0.2

Documentation

Introduction

Hello.
This is a tool to analyze the Caesar cipher.
It is packaged using PyPI.

Description

First, please create a Caesar cipher at the following site.
Please keep a copy of the Caesar cipher you have created.
Then enter the following program on the terminal and install it.

$ pip install CaesarCryptanalysis

Then, after running CaesarCryptanalysis, paste the cipher you just copied and press enter.
You will then get 25 cipher decryption results.

Postscript

In this case, we developed a simple Caesar cryptanalysis application using Streamlit.
I found Streamlit very convenient and easy to use because I could write the program within a ".py file".
I would like to add tools for analyzing other ciphers to this app in the future.

Izuru Inose