Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 527 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 527 Bytes

Playfair Cipher

Sample application that uses my custom Playfair Cipher function.

More information on Playfair Cipher: https://en.wikipedia.org/wiki/Playfair_cipher

However, this version of the cipher works with all printable ASCII characters including letters (uppercase and lowercase), numbers, symbols and space: https://en.wikipedia.org/wiki/ASCII

Instead of creating a 5x5 table as the original cipher, which only allows space for the alphabet (25 letters), this version version creates a 5x19 table (95 characters).