aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/docs/advanced/gnupg-controller.md
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-06-12 05:24:42 +0000
committersaturneric <[email protected]>2025-06-12 05:24:42 +0000
commit1b3b28ddbd03bc3605597ebf5a50924f1629a49d (patch)
tree5ae612c2d41ae5c1abdf251e8335d0e0c1b1bb97 /src/content/docs/advanced/gnupg-controller.md
parentdocs(advanced): add app self-check documentation (diff)
downloadManual-main.tar.gz
Manual-main.zip
docs(advanced): update module and gpg controller docsHEADmain
- add order to sidebar labels - fix markdown formatting and indentation - improve readability of bullet points - fix tip section formatting - standardize code block formatting
Diffstat (limited to '')
-rw-r--r--src/content/docs/advanced/gnupg-controller.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/content/docs/advanced/gnupg-controller.md b/src/content/docs/advanced/gnupg-controller.md
index 36f74e0..99090cb 100644
--- a/src/content/docs/advanced/gnupg-controller.md
+++ b/src/content/docs/advanced/gnupg-controller.md
@@ -2,6 +2,7 @@
title: A Comprehensive Guide of GpgController
sidebar:
label: Gpg Controller
+ order: 5
---
The **GpgController** in **GpgFrontend** is a powerful tool for configuring and
@@ -33,11 +34,12 @@ The **General** tab provides essential configuration options for GpgFrontend's i
#### Use Binary Mode for File Operations
This option determines the format used for encrypted or signed files:
+
- **Binary Mode**: Produces compact and efficient files, ideal for storage and
- processing.
+ processing.
- **ASCII Mode**: Generates human-readable files encoded in ASCII format. This
- is useful for sharing files over email or systems that might corrupt binary
- files.
+ is useful for sharing files over email or systems that might corrupt binary
+ files.
Recommendation: Use binary mode for local file operations and ASCII
mode for file sharing or email attachments.
@@ -90,9 +92,10 @@ detailed documentation is available elsewhere, note the following key points:
![](https://image.cdn.bktus.com/i/2024/11/29/7a66848e-bc23-fd13-08a4-1923de39369e.webp)
:::tip[Tipps]
+
> For more information on key database management, refer to the dedicated
> documentation.
-:::
+> :::
## Advanced Tab: Custom GnuPG Configuration