Skip to content

Simple Caesar Cipher #298

@rusty-bytes7

Description

@rusty-bytes7
Contributor

Python script that takes a plaintext string as input and returns the encrypted ciphertext string using the Caesar Cipher (shifted letters 3 to the right in the alphabet).

Activity

rusty-bytes7

rusty-bytes7 commented on Oct 5, 2024

@rusty-bytes7
ContributorAuthor

Please assign this issue and hacktoberfest label to me @DhanushNehru :)

hc671123

hc671123 commented on Oct 22, 2024

@hc671123

Hi a little suggestion to the script, when you already want to implement Caesar, why don't you implement it with the posibillity to use a Key to en- / decrypt a Message? Should not give you a lot more work then only implementing the shifted 3 letters to the right key...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @DhanushNehru@rusty-bytes7@hc671123

      Issue actions

        Simple Caesar Cipher · Issue #298 · DhanushNehru/Python-Scripts