Skip to content

Gincaza/CaesarCipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CaesarCipher 🔐

Decryption and Encryption of text files using the Caesar Cipher algorithm. I'm just a student 👨‍🎓, so this is a small personal project, not a professional tool.

Overview

This Python script allows you to encrypt and decrypt text files with ease. It's a simple and educational project to help you understand the Caesar Cipher algorithm. I put it to ignore .py files because I was testing in the same directory all the scripts. Feel free to modify

Features

  • Encryption: Encode your files.
  • Decryption: Decode files to recover the original text.
  • User-Friendly: Easy-to-use command-line interface.

Usage

  1. Clone this repository to your local machine.
  2. Navigate to the project directory.
  3. Run the script with the desired options.

Usage Examples

# Encrypt a file
python ciser-1.0.py

# Decrypt a file
python ciser-1.0.py -D

About

Decryption an Encryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages