Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 960 Bytes

File metadata and controls

18 lines (10 loc) · 960 Bytes

Cipher

This program uses an encoding method to encrypt messages that the user inputs, based on the key they give. Using the decryption method. The user is asked to input an encrypted message and the unique key in order to see the original message.

Encryption:

image

image

image

Decryption:

image

image

image