Skip to content

    Ceasar Cipher

    Created by
    GodCodeEnabled
    GodCodeEnabled

    basic way to encrypt and decrypt messages. A random number generates an offset for each character, and changes their place based on the index order from a list then prints either an encrypted version of the message or decrypted version with the required number key.