MichalNiekrasz
-
- 1,248 total downloads
- last updated 6/16/2022
- Latest version: 2.0.0
(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... More information -
- Deprecated
- 505 total downloads
- last updated 6/12/2022
- Latest version: 1.0.0
Write the 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.