Skip to content

Sample application that uses a variant of classic Playfair Cipher.

License

Notifications You must be signed in to change notification settings

bilbut/Playfair-Cipher

Repository files navigation

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).

About

Sample application that uses a variant of classic Playfair Cipher.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published