Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 465 Bytes

DESCRIPTION.md

File metadata and controls

36 lines (24 loc) · 465 Bytes

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