WP Blog Cypher Icon

WP Blog Cypher

By Topher

Active Installs

0+

Last Updated

July 19, 2020

First Released

September 7, 2014

Download History (Last one month)


Contributors

This plugin provides a shortcode that renders a form that allows you to enter a string of words and get keys back for each word. You can then put those keys back into the same form to get the words back out.

Please read this entry from Wikipedia.

NOTE: THIS IS NOT SECURE. THIS IS A TOY.

Usage

Please this shortcode anywhere you’d like: [cypher-form] . View the form. Enter a string of words, something like “this is cool” and choose Encypher and submit.

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

  1. Upload the wp-blog-cypher folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Create new or Edit a Post.

How does this work?

For every word in the input string it searches for a post with that word in it and grabs the post_id. That’s the first number in the keypair.

Then it strips the html from the post, counts the words in the post, and figures out what number your word is. That’s the send number.

So 385:16 would be post_id 385, word number 16.

Decyphering is a little easier, since we know the numbers. I simply look up the post by ID, strip the html, and grab the proper word number.

Why isn’t this secure?

Because there’s no encyption happening at all. It’s completely security through obscurity, and it’s not even very obscure.

If it’s not secure, why did you make it?

I made one long ago on my old blog because I think Ottendorf cyphers are neato. Now that I have a new blog on WordPress I chose to port it.

Why do I sometimes get a key pair with one side missing?

Because my selection code is very very simplistic, and sometimes it makes mistakes.

Changelog

1.3

Consolidate redundant code into method

1.2

Added some refinements to make it MUCH more accurate

1.1

Some input validation, no functionality changes

1.0

  • Initial release.
<br />
<b>Warning</b>:  Undefined array key /home/ylinkin/truewp.net/wp-content/plugins/truewp-plugin-info/truewp-plugin-info.php on line 756
" width="120" height="120">

Available Versions

Version Download Type
1.3 Download Stable
1.1 Download Stable
1.0 Download Stable
Development Download Trunk

Plugin Info

  • Version: 1.3
  • Last Updated: July 19, 2020
  • Active Installs: 0+
  • WordPress Version: 3.0 or higher
  • Tested up to: 5.4.19
  • PHP Version: or higher
  • Tags:    
    cypher toy

Ratings


0.0 out of 5 stars. (0 reviews)

See all reviews
Scroll to Top