aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-07-06 14:30:56 +0000
committersaturneric <[email protected]>2025-07-06 14:30:56 +0000
commite2c9a67d66775a1e0990f32039913c3c366edeaf (patch)
treec8c10d4ff3d0a7083cf38491d96327c9663cd23e
parentstyle(docs): adjust formatting in downloads section for consistency (diff)
downloadManual-e2c9a67d66775a1e0990f32039913c3c366edeaf.tar.gz
Manual-e2c9a67d66775a1e0990f32039913c3c366edeaf.zip
docs(guides): enhance symmetric encryption guide with additional images
- Added images to illustrate the steps for enabling symmetric encryption and accessing the encryption button. - Improved visual clarity for users following the encryption process.
-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