<p align="center" <br<br ➡️ <a href="http://discord.skerritt.blog"Discord</a | <a href="https://broadleaf-angora-7db.notion.site/Ciphey2-32d5eea5d38b40c5b95a9442b4425710"Documentation </a ⬅️ </p
<p align="center" <h1Project ciphey</h1 </p
<p align="center" <img src="https://raw.githubusercontent.com/bee-san/ciphey/main/images/maindemo.svg" alt="ciphey demo" </p
ciphey is the next generation of decoding tools, built by the same people that brought you Ciphey.
We fully intend to replace Ciphey with ciphey.
✨ You can read more about ciphey here https://skerritt.blog/introducing-ciphey/ ✨
How to Use
The simplest way to use ciphey is to join the Discord Server, head to the #bots channel and use ciphey with $ciphey. Type $help for helpful information!
The second best way is to use cargo install ciphey and call it with ciphey.
You can also git clone this repo and run docker build . it to get an image.
Features
Some features that may interest you, and that we're proud of.
Fast
ciphey is fast. Very fast. Other decoders such as Ciphey require advance artifical intelligence to determine which path it should take to decode (whether to try Caesar next or Base64 etc).
ciphey is so fast we don't need to worry about this currently. For every 1 decode Ciphey can do, ciphey can do ~7. That's a 700% increase in speed.
Library First
There are 2 main parts to ciphey, the library and the CLI. The CLI simply uses the library which means you can build on-top of ciphey. Some features we've built are:
- A Discord Bot
- Better testing of the whole program 💖
- This CLI