=== PGP Tool - Dark Mode ===
Contributors: Molly9
Tags: pgp, encryption, decryption, sign, verify, security, cryptography, openpgp
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A modern dark-mode PGP tool plugin for WordPress. Generate PGP keys, encrypt and decrypt messages, sign messages, and verify signatures directly from your WordPress site.

== Description ==

**PGP Tool - Dark Mode** is a fully client-side PGP plugin for WordPress. It uses OpenPGP.js (v5) to provide secure encryption, decryption, signing, and verification of messages directly in the browser — no server-side processing required.

**Features:**
* Generate PGP key pairs (2048, 4096, 8192 bits)
* Optional name, email, and password for keys
* Encrypt messages using recipient's public key
* Decrypt messages using your private key
* Sign messages with your private key (cleartext signing)
* Verify signed messages with sender's public key
* Copy to clipboard functionality
* Modern responsive dark mode design
* Fully client-side: no data leaves your browser

== Installation ==

1. Download the plugin zip file.
2. Go to your WordPress dashboard → Plugins → Add New → Upload Plugin.
3. Choose the zip file and click “Install Now”.
4. Activate the plugin.
5. Use the shortcode `[wppgp_tool]` on any page or post to display the PGP Tool interface.

== Frequently Asked Questions ==

= Is my private key safe? =
Yes, the plugin operates entirely in your browser. Your keys and messages never leave your device unless you explicitly copy or export them.

= Can I use this plugin for 8192-bit keys? =
Yes, the plugin supports 2048, 4096, and 8192-bit key generation.

= Do I need a server-side component? =
No. Everything runs client-side using OpenPGP.js.

== Screenshots ==

1. Dark-mode PGP tool interface
2. Key generation panel
3. Encrypt and decrypt messages
4. Sign and verify messages

== Changelog ==

= 1.0.0 =
* Initial release
* Dark-mode UI
* Key generation, encryption, decryption, signing, verification
* Clipboard support

== Upgrade Notice ==

= 1.0.0 =
Initial release. Make sure to use modern browsers for best performance.

== Additional Notes ==

- Recommended browsers: Chrome, Firefox, Edge
- OpenPGP.js v5 ensures modern cryptography standards
- Works entirely on client-side: your data never leaves your device

