sanariaz154 / playfair-cipher

Playfair cipher implementation in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

playfair-cipher

Playfair cipher is a multi- alphabet letter encryption cipher, which deals with letters in plaintext as single units and renders these units into Ciphertext letters. The Playfair algorithm is based on the use of a 5X5 matrix of letters built using a keyword. For further explanation of how this works, this link provides a step by step proceedure.

About

Playfair cipher implementation in python


Languages

Language:Python 100.0%