Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 365 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 365 Bytes

PythonEncrypter

PythonEncrypter is a Python Program that uses a Ceaser Cyper to encrypt and decrypt words.

Usage

Edit the config.txt

[letters]
l = 50 (however many letters you want to shift the word by)
word = WhatYouWantToEncrypt
output = []

To encrypt run:

> ceaser.py

And to decrypt run:

> decrypt-ceaser.py