Skip to content

Not the pied piper. This is an encoder and decoder simply written in Python! Supports only simple decode/encode and the Vigenere Cipher.

Notifications You must be signed in to change notification settings

EnzoPinon/Py-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

PyCipher: A simple Encrypter/Decrypter and Vigenere Cipher in Python.

  • This is a simple program that encodes and/or decodes in a symple cipher and in the Vigenere Cipher, written in Python.

Running the Cipher:

python pycipher-simple.py
python pycipher-vigenere.py

Simple Encrypter/Decripter

  • Decrypts vowels into encrypted characters
  • While simple as it is, it can easily be deciphered without any assistance.
  • Interactable interface! No need to re-run the python script.
  • 2-in-1 cipher generator!

Vigenere Cipher

  • Accepts Letter keys to decrypt and encrypt messages!
  • interactable 2-in-1 cipher generator!

About

Not the pied piper. This is an encoder and decoder simply written in Python! Supports only simple decode/encode and the Vigenere Cipher.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages