An open API service indexing awesome lists of open source software.

https://github.com/okelleydevelopment/caesar-cipher

A small script that can encrypt and decrypt a Caesar cipher.
https://github.com/okelleydevelopment/caesar-cipher

Last synced: 2 months ago
JSON representation

A small script that can encrypt and decrypt a Caesar cipher.

Awesome Lists containing this project

README

          

# Caesar Cipher

## Motivation

To gain more experience with how the Caesar Cipher works and how the implementation
in a python script would function.

## Program Execution

```sh
python3 caesar_cipher.py
```