Skip to content

avp/ciphertools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ciphertools

Build Status

A python file with common cipher functions.

Installation

git clone https://github.com/avp/ciphertools
cd ciphertools
./setup.py install

Usage

from ciphertools import playfair
ciphered = playfair.playfair_encrypt(plaintext, key)
decrypted = playfair.playfair_decrypt(ciphered, key)

Supported Ciphers

  • Caesar
  • Atbash
  • Skip
  • Playfair
  • Vigenere
  • Scytale
  • More to be added soon

About

A python file with common cipher functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages