/substitution-cipher2

An application that encrypts and decrypts text using character jumps.

Primary LanguagePython

substitution-cipher2

Name: Substitution Cipher App

Description: An application that encrypts and decrypts text. Encryption/decryption using character jumps. The decryption and encryption of ciphertext will be done based on whatever key the user entered while trying to setup the application.

Terminologies: Crytography: The study of encription algorithms. Plaintext: The orignal message. Cipher: Algorithm to convert plaintext into encrypted text(cipertext).