Metadata-Version: 2.1
Name: five-strips-of-bacon
Version: 1.0.1
Summary: Encode/Decode messages using five simultaneous bacon ciphers.
Author: Odyhibit
Author-email: josh.2990@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: customtkinter (>=5.2.2,<6.0.0)
Requires-Dist: pillow (>=10.3.0,<11.0.0)
Description-Content-Type: text/markdown

# Five strips of bacon
## Installation

To install you can use pip.( or pip3 depending on your system )

```
pip install five-strips-of-bacon
```

To start the application just run it from the command line.

```
five-strips-of-bacon
```


## About

Is it steganography if it's obvious?

no.

Bacon's cipher was designed to hide text inside other text, photos, etc.

Each character in the hidden text requires 5 bits of information. For example it could be if a character is bold, or not. Maybe wheather people in a photo have their head turned to the side or not.
So why not "hide" 5 bits of information in a single character? Who would even notice?
Turns out everyone. This is an obnoxious combination. 
This works on the markdown used by discord, or GitHub. Just select the one you want. 

![Discord_example](https://github.com/Odyhibit/five_slices_of_bacon/assets/1384102/b508a569-61c7-4a1f-ba16-441b4ae94d51)


GitHubs markdown uses html for underline. Simply select the output format you wish, either Discord style markdown, or GitHub style markdown.

![encoding](https://github.com/Odyhibit/five_slices_of_bacon/assets/1384102/23b28988-76db-46a7-98a7-857de31128eb)

Use the decode tab to recover the hidden text.

![decoding](https://github.com/Odyhibit/five_slices_of_bacon/assets/1384102/343706e1-4983-4046-952a-7be5abeb0142)


