╔═══════════════════════════════════════════════════════╗
║                                                       ║
║    ████████╗██╗  ██╗███████╗                          ║
║    ╚══██╔══╝██║  ██║██╔════╝                          ║
║       ██║   ███████║█████╗                            ║
║       ██║   ██╔══██║██╔══╝                            ║
║       ██║   ██║  ██║███████╗                          ║
║       ╚═╝   ╚═╝  ╚═╝╚══════╝                          ║
║     ██████╗██╗██████╗ ██╗  ██╗███████╗██████╗         ║
║    ██╔════╝██║██╔══██╗██║  ██║██╔════╝██╔══██╗        ║
║    ██║     ██║██████╔╝███████║█████╗  ██████╔╝        ║
║    ██║     ██║██╔═══╝ ██╔══██║██╔══╝  ██╔══██╗        ║
║    ╚██████╗██║██║     ██║  ██║███████╗██║  ██║        ║
║     ╚═════╝╚═╝╚═╝     ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝        ║
║              ██████╗  ██████╗  ██████╗ ███╗   ███╗    ║
║              ██╔══██╗██╔═══██╗██╔═══██╗████╗ ████║    ║
║              ██████╔╝██║   ██║██║   ██║██╔████╔██║    ║
║              ██╔══██╗██║   ██║██║   ██║██║╚██╔╝██║    ║
║              ██║  ██║╚██████╔╝╚██████╔╝██║ ╚═╝ ██║    ║
║              ╚═╝  ╚═╝ ╚═════╝  ╚═════╝ ╚═╝     ╚═╝    ║
║                                                       ║
║          ~ encode, decode, conceal, reveal ~          ║
╚═══════════════════════════════════════════════════════╝

Caesar Cipher

Named for Julius Caesar, who used it for military correspondence. Shift each letter by a fixed number of positions. The traditional Caesar cipher uses a shift of 3 (A→D, B→E, etc.).