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

The source code can be found on my GitHub