Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest version

pyciphering

An awesome package to text ciphering

Installation

You can install pyciphering with pip as follows:

pip install pyciphering

Usage

import pyciphering

Printing encoded and decoded text is incredibly easy:

print(pyciphering.atbash.encode("Hello world!"))

print(pyciphering.atbash.decode("ZYX"))

Ciphers

List of all ciphers

  • atbash
  • caesar
  • viegenere
  • bifid
  • trifid
  • polybius

About

An awesome package to text ciphering

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Used by

Contributors

Languages