PythonEncrypter is a Python Program that uses a Ceaser Cyper to encrypt and decrypt words.
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