jrrdnx/craft-covert

Plain text field type for Craft that encrypts and encodes data when saved to the database.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:craft-plugin

pkg:composer/jrrdnx/craft-covert

1.0.0 2026-02-01 02:35 UTC

This package is auto-updated.

Last update: 2026-02-01 02:40:04 UTC


README

Plain text field type for Craft that encrypts and encodes data when saved to the database.

Open an Issue

Requirements

This plugin requires Craft CMS ^4.0.0 or ^5.0.0 and PHP ^8.0.2

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:
cd /path/to/project
  1. Then tell Composer to load the plugin:
composer require jrrdnx/craft-covert
  1. 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/v1

Covert Roadmap

Open an Issue to report any bugs or request a new feature.

Brought to you by Jarrod D Nix