/Alphabetical_substitution

A monoalphabetical substitution cipher uses a fixed substitution over the entire message. The ciphertext alphabet may be a shifted, reversed, mixed or deranged version of the plaintext alphabet.

Primary LanguagePython

Alphabetical_substitution

A monoalphabetical substitution cipher uses a fixed substitution over the entire message. The ciphertext alphabet may be a shifted, reversed, mixed or deranged version of the plaintext alphabet.

Usage:

import monoalphabetic
monoalphabetic.cipher("plain text", "keyword").process("encrypt") Untitled Untitled