Zhyvr
Kaesar
05/12/2022
849 views
Kaesar is a Python script I built to experiment with a Caesar cipher that fully supports the Kurdish alphabet.
The Caesar cipher is one of the oldest and simplest encryption techniques, where each letter is shifted a set number of places up or down the alphabet. Most implementations out there don’t work well with Kurdish, so I decided to make my own version that does.
Features
- Kurdish Language Support: The script supports the Kurdish alphabet, ensuring accurate encryption and decryption for Kurdish text.
- Customizable Shift: You can specify the shift value according to your encryption or decryption needs.
- Command-Line Interface: Kaesar provides a user-friendly command-line interface for easy interaction.
The source code can be found on my GitHub