(bug free version). encrypt function (string, key1, key2), the result of which is the encrypted text with a cipher Caesar with modification - the vowels were coded with key1, and the consonants were coded with key2 (key2 dont have to be set). decrypt function (string, mostcommon) - result is decrypted text from a chipher Caesar. Note, that text has to be long enough for the program to find the most common letter. Use only characters that are between 127 and 32 (including) from ASCII table. if you detect any bugs, please, contact me
$ dotnet add package MichalNiekrasz.Programs.CaesarEncryptionAndDecryptionNo README available.