diff options
| author | saturneric <[email protected]> | 2024-11-29 15:22:31 +0000 | 
|---|---|---|
| committer | saturneric <[email protected]> | 2024-11-29 15:23:24 +0000 | 
| commit | 49be7c4c427be2e1802f7a275426279e60ee29fd (patch) | |
| tree | 4bad9526b4710231f7f05632d96d3e730e566862 /src/content/docs/appendix/system-requirement.md | |
| parent | fix: add contents and fix broken links (diff) | |
| download | Manual-49be7c4c427be2e1802f7a275426279e60ee29fd.tar.gz Manual-49be7c4c427be2e1802f7a275426279e60ee29fd.zip | |
feat: add and improve documents
Diffstat (limited to 'src/content/docs/appendix/system-requirement.md')
| -rw-r--r-- | src/content/docs/appendix/system-requirement.md | 13 | 
1 files changed, 7 insertions, 6 deletions
| diff --git a/src/content/docs/appendix/system-requirement.md b/src/content/docs/appendix/system-requirement.md index 1f3ac0e..7afb0df 100644 --- a/src/content/docs/appendix/system-requirement.md +++ b/src/content/docs/appendix/system-requirement.md @@ -51,13 +51,14 @@ dependencies:      This variant ensures compatibility with earlier Windows environments,      extending the tool's accessibility and usability. -- **GnuPG 2.2.0 or Higher:** GpgFrontend integrates with GnuPG for its +- **GnuPG 2.1.0 or Higher:** GpgFrontend integrates with GnuPG for its    cryptographic operations, including encryption, decryption, and digital -  signing. GnuPG (version 2.2.0 or newer) is a necessary component to leverage -  the full capabilities of GpgFrontend. Please note, GnuPG 1.x versions are not -  supported by GpgFrontend due to differences in functionality and support. -  Users are encouraged to use GnuPG 2.x to ensure compatibility and secure -  operations. +  signing. While GpgFrontend supports GnuPG version 2.1.0 or newer, some +  features may not be fully functional with versions below 2.4.0. For the best +  compatibility and to ensure access to all features, it is strongly recommended +  to use GnuPG 2.4.0 or higher. Please note that GnuPG 1.x versions are not +  supported due to significant differences in functionality and lack of modern +  security updates.  By catering to a wide range of operating systems and ensuring backward  compatibility with older Windows versions through Qt5 support, GpgFrontend | 
