aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/docs/guides/symmetric-encrypt-decrypt.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/docs/guides/symmetric-encrypt-decrypt.mdx')
-rw-r--r--src/content/docs/guides/symmetric-encrypt-decrypt.mdx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/content/docs/guides/symmetric-encrypt-decrypt.mdx b/src/content/docs/guides/symmetric-encrypt-decrypt.mdx
index 898e9de..88606ed 100644
--- a/src/content/docs/guides/symmetric-encrypt-decrypt.mdx
+++ b/src/content/docs/guides/symmetric-encrypt-decrypt.mdx
@@ -40,11 +40,15 @@ To encrypt text using symmetric encryption in GpgFrontend (v2.1.9 and later):
2. Under the Appearance tab, check the `Sym. Encrypt` checkbox to enable
symmetric encryption functionality.
+![](https://image.cdn.bktus.com/i/2025/07/06/aa24d040771ba182e78b503cf5e0a6f9f4ffc8c5.webp)
+
### Access the Symmetric Encryption Button
After enabling, you’ll see a dedicated `Sym. Encrypt` button on the main
interface.
+![](https://image.cdn.bktus.com/i/2025/07/06/9b9dfde1a024c9637133035a581e0431e1147597.webp)
+
### Enter the Text or Select a File
- Input the plaintext you wish to protect in the text editor.
@@ -58,6 +62,8 @@ interface.
4. The text or file will be encrypted into ciphertext.
5. You can save or share the encrypted result.
+![](https://image.cdn.bktus.com/i/2025/07/06/89cdd2950b51695afd23ff85f666177f95861292.gif)
+
> The recipient will need the **exact same password** to decrypt the message.
## Decrypting Symmetric Encrypted Data