Skip to content

An awesome package to text ciphering

License

Notifications You must be signed in to change notification settings

majsterkovic/pyciphering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Languages