Skip to content

PythonEncrypter is a Python Program that uses a CeaserCyper to encrypt words.

Notifications You must be signed in to change notification settings

IAJWasTooShort/PythonEncrypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PythonEncrypter is a Python Program that uses a CeaserCyper to encrypt words.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages