Cybersecurity-Projects/PROJECTS/beginner/caesar-cipher/DEMO.md

38 lines
1.3 KiB
Markdown

<!-- ©AngelaMos | 2026 -->
<!-- DEMO.md -->
<div align="center">
```ruby
██████╗ █████╗ ███████╗███████╗ █████╗ ██████╗
██╔════╝██╔══██╗██╔════╝██╔════╝██╔══██╗██╔══██╗
██║ ███████║█████╗ ███████╗███████║██████╔╝
██║ ██╔══██║██╔══╝ ╚════██║██╔══██║██╔══██╗
╚██████╗██║ ██║███████╗███████║██║ ██║██║ ██║
╚═════╝╚═╝ ╚═╝╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝
```
**Demo & Preview**
<br>
<a href="https://pypi.org/project/caesar-salad-cipher/">
<img src="https://img.shields.io/badge/PyPI-caesar--salad--cipher-3775A9?style=for-the-badge&logo=pypi&logoColor=white" alt="PyPI"/>
</a>
<br>
```ruby
uv tool install caesar-salad-cipher
```
</div>
---
### Encrypt, Decrypt & Crack
Shift-key encryption and decryption with brute-force cracking across all 26 shifts, ranked by frequency analysis scoring
![Demo](assets/demo.png)