Basic-Python-Programs icon indicating copy to clipboard operation
Basic-Python-Programs copied to clipboard

finished cryptic algorithm

Open samuelIkoli opened this issue 1 year ago • 0 comments

Algorithm to encrypt a string by shifting the letters of the string by a certain number of characters (depending on user's input) in the alphabet in a modular format. Based on https://github.com/souravjain540/Basic-Python-Programs/issues/1

samuelIkoli avatar Oct 23 '24 13:10 samuelIkoli