Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 575 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 575 Bytes

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