Skip to content

MGasiorowskii/Encrypting

Repository files navigation

Cesar cypher encrypter/decrypter

This is script used to encrypt/decrypt sentence by Cesar cypher

Key FeaturesHow To UseRoadmap

Key Features

Program pattern: Facade Python: 3.9 Coverage: 71%

  • Encrypt/Decrypt input text
  • Save the results of all operations in buffer to file in JSON format
  • Show the results of all operations in buffer
  • Clear the buffer with results of operations
  • Read encrypted texts from json file
  • Unit tests
  • Typing
  • Docstrings
  • Format according to PEP8

How To Use

To clone and run this application, you'll need Git installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/MGasiorowskii/Encrypting

# Go into the repository
$ cd Encrypting

# Run the app
$ py -3.9 main.py

Roadmap

  • Encrypt text
  • Decrypt text
  • Save the results of all operations in buffer to JSON file
  • Show the results of all operations in buffer
  • Clear the buffer with results of operations
  • Read encrypted texts from file
  • Unit tests

e-mail gasiorowskii.mateusz@gmail.com  ·  GitHub @MGasiorowskii  · 

About

Caesar cipher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages