diff options
-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 |