~earneson/playfair-key-generator

Generate a key for the Playfair cipher from any text (a WordPress plugin)

47eeaaa Fix a build system error

8 months ago

47eeaaa Fix a build system error

8 months ago

#Playfair Key Generator

Generate a Playfair cipher key using any text via an interactive form.

#Description

This is a WordPress plugin that will use any text to generate a Playfair cipher key.

The Playfair cipher is a manual encryption technique that encodes letter pairs within a 5x5 grid. It's a cryptological dance of digraphs that makes secrets wonderfully intricate yet fantastically decipherable for those in the know.

While this tool is useful for anybody wanting to create a key for the Playfair cipher, it has been specifically constructed for those interested in exploring the use of the Playfair cipher for sigil generation.

If you would like to learn how this works, check out The Other Trithemian Art, my class about magic and cryptology.

#Installation

This section describes how to install the plugin and get it working.

  1. Upload playfair-key-generator.zip to your WordPress plugin page.
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Place [playfair_form] in a blog post or page.

#Frequently Asked Questions

I have received zero questions so far.

#Changelog

#1.1.1

  • Build system fix.

#1.1.0

  • Minor bug fixes
  • New feature: add a toggle for the key output to spiral outward from the center of the grid instead of inward.

#1.0.0

  • First release.