Linux 软件免费装
Banner图

Briefnote

开发者 saudbarudanovic
更新时间 2026年2月6日 22:44
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

credentials markdown developer notes encryption

下载

1.0.0 1.1.0

详情介绍:

Briefnote is designed for developers and site administrators who need a secure, centralized location to store development notes and sensitive credentials directly within the WordPress admin interface. The plugin combines a powerful Markdown editor with enterprise-grade encryption for credential storage. Markdown Notes Editor Secure Credentials Storage Permissions & Access Control Audit Logging Security Features

安装:

  1. Upload the briefnote folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Access Briefnote from the new menu item in the WordPress admin sidebar
The plugin automatically creates the required database tables and generates a secure encryption key on first use.

屏幕截图:

  • Credentials management interface
  • Credential entry expanded showing reveal and copy functionality
  • Activity log showing audit trail
  • Settings panel for access control and configuration

升级注意事项:

1.1.0 Granular per-user permissions: independently control View and Edit access for notes and credentials. Dark mode improvements and bug fixes. 1.0.0 Initial release of Briefnote.

常见问题:

What encryption does this plugin use?

Briefnote uses libsodium's crypto_secretbox construction, which provides XSalsa20 stream cipher encryption with Poly1305 message authentication. This is equivalent to AES-256-GCM in security strength.

Where is the encryption key stored?

The encryption key is automatically generated using cryptographically secure random bytes and stored in the WordPress options table. It is created on first use with no configuration required.

Can I grant access to non-admin users?

Yes. Go to the Settings tab where you can independently toggle View Notes, Edit Notes, View Credentials, and Edit Credentials for each user. View grants read-only access, Edit grants full create/modify/delete access. Administrators always have full access.

What happens if I delete the plugin?

Deactivating the plugin removes all custom capabilities but keeps your data intact. To completely remove all data, delete the plugin and then manually remove the database tables (wp_briefnote_credentials, wp_briefnote_audit_log) and options (briefnote_content, briefnote_last_saved, briefnote_settings, briefnote_encryption_key, briefnote_caps_version).

Is the Markdown content encrypted?

No, the Markdown notes are stored as plain text in the WordPress options table. Only credential fields (passwords, API keys, SSH keys, secure notes) are encrypted.

更新日志:

1.1.0 1.0.0