Linux 软件免费装
Banner图

Base64 Encoder/Decoder

开发者 mranderson
更新时间 2015年9月6日 11:05
捐献地址: 去捐款
PHP版本: 2.0.5 及以上
WordPress版本: 4.3
版权: GPL3
版权网址: 版权信息

标签

comments tag encoder base64 decoder

下载

0.8 0.6 0.6.1 0.7 0.7.1 0.8.2 0.8.5 0.9 0.9.1 0.9.2

详情介绍:

Base64 Encoder/Decoder is a Wordpress Plugin that enables you to encode parts of your post in base64. The encoded text looks like unreadable text, but when you press the "Decode" button it gets readable with inline replacement using AJAX, so it's invisible to search robots. It uses '[base64]' and '[/base64]' tags for opening and closing the parts of post you need to encode. The tags are browser invisible, this is, if you decide to deactivate the plugin, the content enclosed by this tags will be shown like normal text in the post. You can add the tags typing them or using the quicktag button in HTML editing mode. For now I don't provide a quicktag button in Visual editing mode, but I expect to add that in next version. Previous versions of this plugin used '<!--base64-->', '<!--/base64-->', '<base64>' and '</base64>' tags. You don't have to modify that posts, the new tag format has retro-compatibility. But if you wish you can update the database replacing the old tag format to the new tag format with just one click.

安装:

  1. Install 'base64-encoderdecoder.zip' to '/wp-content/plugins/' directory right from Wordpress Plugin Directory or unzip 'base64-encoderdecoder.zip' and upload the entire 'base64-encoderdecoder' folder to '/wp-content/plugins/' directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Enclose the text you need to encrypt on your post inside '[base64]' and '[/base64]' tags using Visual or HTML Editor.

屏幕截图:

  • This screenshot shows Base64 tags enclosing the part of the post you want to encrypt.
  • This screenshot shows how the encrypted text is shown inside the post, with the 'Decode' button at the end of the encrypted text block.

升级注意事项:

  • 0.9.2 (Sep 05, 2015)
  • Minor upgrade to comply with current WordPress standards

常见问题:

Can I include html tags inside '[base64]' and '[/base64]' tags?

Yes, you can include html tags, they will be encrypted too.

I'm using an older version of this plugin wich uses '<!--base64-->', '<!--/base64-->', '<base64>' and '</base64>' tags. Do I have to edit all posts and change that tags to the new ones?

This plugin has retro-compatibility, this means that you don't have to change that old tags, they will work too. But if you wish you can update the database replacing the old tag format to the new tag format with just one click.

I think your plugin is great. How can I thank you besides rating it?

I thought you wouldn't ask. You can send me some bucks via PayPal, even USD$1 it's OK.

更新日志: