jrrdnx / craft-covert
Plain text field type for Craft that encrypts and encodes data when saved to the database.
1.0.1
2026-02-08 17:44 UTC
Requires
- php: ^8.0.2
- craftcms/cms: ^4.0.0 || ^5.0.0
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- craftcms/rector: dev-main
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Plain text field type for Craft that encrypts and encodes data when saved to the database.
Requirements
This plugin requires Craft CMS ^6.0.0-alpha.1 and PHP ^8.5
Installation
To install the plugin, follow these instructions.
- Open your terminal and go to your Craft project:
cd /path/to/project
- Then tell Composer to load the plugin:
composer require jrrdnx/craft-covert
- In the Control Panel, go to Settings -> Plugins and click the "Install" button for Covert. You can also use the CLI to install and enable:
php craft plugin/install covert php craft plugin/enable covert
Full documentation
Full documentation can be viewed at https://jarrodnix.dev/plugins/covert/v2
Covert Roadmap
Open an Issue to report any bugs or request a new feature.
Brought to you by Jarrod D Nix