Linux 软件免费装

Encrypt Blogs

开发者 bokumin
更新时间 2024年11月7日 16:34
PHP版本: 7.2 及以上
WordPress版本: 6.6.1
版权: GPLv2 or later
版权网址: 版权信息

标签

privacy content protection encryption time-based encryption gpg encryption

下载

1.1.0

详情介绍:

安装:

Upload the encrypt-blogs directory to the /wp-content/plugins/ directory Activate the plugin through the 'Plugins' menu in WordPress Go to Settings > Encrypt Blogs to configure your encryption settings Start using the 'Encrypted Content' block in your posts

升级注意事项:

1.0.2 This version adds more flexible date/time format support and important security improvements. All users should upgrade. == Development == GitHub repository: https://github.com/bokumin/encrypt-blogs Please report issues and contribute patches through GitHub

常见问题:

Which encryption methods are supported?

The plugin supports two encryption methods: PHP encryption using AES-256-CBC GPG encryption using GnuPG

How does time-based encryption work?

You can specify start and end dates for encryption. The content will only be encrypted during this period. If no dates are specified, the content remains encrypted indefinitely.

Is it secure?

Yes. The plugin uses industry-standard encryption methods: PHP encryption uses AES-256-CBC GPG encryption uses your own GPG keys Keys and passphrases are stored securely in WordPress options

What happens to the content after the end date?

After the end date passes, the content automatically becomes visible in its unencrypted form.

Screenshots

Plugin settings page Encrypted Content block in editor Block settings panel Various display modes

更新日志:

1.1.0 Security improvement: Replaced exec()/shell_exec() with gnupg extension Fixed: Proper implementation of wp_enqueue_script() and wp_add_inline_script() Enhanced: Added sanitization callbacks for register_setting() Updated: Settings fields now use proper WordPress sanitization functions 1.0.2 Added support for additional date/time formats Improved error handling for GPG encryption Enhanced security measures 1.0.1 Fixed block editor integration issues Improved date parsing reliability 1.0.0 Initial release