diff options
author | saturneric <[email protected]> | 2025-06-12 05:24:42 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-06-12 05:24:42 +0000 |
commit | 1b3b28ddbd03bc3605597ebf5a50924f1629a49d (patch) | |
tree | 5ae612c2d41ae5c1abdf251e8335d0e0c1b1bb97 /src/content/docs/advanced/gnupg-controller.md | |
parent | docs(advanced): add app self-check documentation (diff) | |
download | Manual-main.tar.gz Manual-main.zip |
- 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.md | 11 |
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:  :::tip[Tipps] + > For more information on key database management, refer to the dedicated > documentation. -::: +> ::: ## Advanced Tab: Custom GnuPG Configuration |