diff options
| author | saturneric <[email protected]> | 2025-07-06 14:30:56 +0000 | 
|---|---|---|
| committer | saturneric <[email protected]> | 2025-07-06 14:30:56 +0000 | 
| commit | e2c9a67d66775a1e0990f32039913c3c366edeaf (patch) | |
| tree | c8c10d4ff3d0a7083cf38491d96327c9663cd23e /src | |
| parent | style(docs): adjust formatting in downloads section for consistency (diff) | |
| download | Manual-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.
Diffstat (limited to '')
| -rw-r--r-- | src/content/docs/guides/symmetric-encrypt-decrypt.mdx | 6 | 
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. + +  ### Access the Symmetric Encryption Button  After enabling, you’ll see a dedicated `Sym. Encrypt` button on the main  interface. + +  ### 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. + +  > The recipient will need the **exact same password** to decrypt the message.  ## Decrypting Symmetric Encrypted Data | 
