The Bacon cipher represents each letter as a fixed five-symbol pattern made from A and B. For example, every supported alphabet character is converted into a group such as AABBB or ABBBA, and decryption reads these groups back in chunks of five.
The most interesting use of the Bacon cipher is steganography: a secret message can be hidden inside ordinary cover text. In this tool, the A/B pattern can be represented by letter case, where one case stands for A and the other stands for B. The result still looks like normal text, but the capitalization carries the hidden message.
If no cover text is provided, the tool returns the standard A/B Bacon output. If cover text is provided, the secret message is encoded into that text using letter case.