You are browsing as a guest. Sign up (or log in) to start making projects!

Caesar Cipher

  • 1 Devlogs
  • 0 Total hours

A beginner-level, simple Caesar Cipher coded in Python

Ship #1 Changes requested

I made a simple Python script that decrypts and encrypts given text using the Caesar Cipher algorithm. This is my first project relating to cybersecurity, which is my main field of interest, and it's also my first step into cryptography. The project was also a good way for me to demonstrate my understanding of basic Python, specifically functions and strings.

  • 1 devlog
  • 0h
Try project → See source code →
Open comments for this post

26m 12s logged

Devlog 1

This is my first devlog, so please, spare me some mercy.

  • My project is finished; it’s just a simple Python script that decrypts and encrypts text using the Caesar Cipher algorithm.
  • Seems pretty simple, and it was, but I’m not sure what to do with it.
  • Thinking of turning into a CLI tool/executable, not for practicality, but just to learn how to do it.

Any tips or advice is welcome!

0

Loading discussion…

0
10

Followers

Loading…