=== ZenForms ===
Contributors: prettyfluidtechnologies
Tags: forms, encryption, privacy, zentinel, intake
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 0.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Encrypted intake forms powered by Zentinel. Collects data client-side, encrypts with RSA-OAEP + AES-GCM, stores only ciphertext.

== Description ==

ZenForms provides encrypted intake forms for WordPress sites. All sensitive data is encrypted in the browser before transmission using RSA-OAEP + AES-GCM encryption. The server never sees plaintext data.

Features:

* Client-side RSA-OAEP + AES-GCM encryption
* Drag-and-drop form builder
* Integration with Zentinel privacy platform
* Browser-based decryption for authorized viewers
* Email notifications (no plaintext data)

== Installation ==

1. Upload the `zenforms` folder to `/wp-content/plugins/`
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to ZenForms > Settings to configure your Zentinel connection

== Changelog ==

= 0.1.0 =
* Initial scaffold
