Zhyvr
Kaesar
05/12/2022
210 views
Kaesar is a simple Python script that implements the Caesar cipher for the Kurdish language. The Caesar cipher is a basic encryption technique in which each letter in the plaintext is shifted a certain number of places down or up the alphabet. This implementation is specifically tailored for the Kurdish language, taking into account the unique characters and alphabet used.
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 repo