diff options
Diffstat (limited to 'src/content/docs/overview')
-rw-r--r-- | src/content/docs/overview/downloads.mdx | 3 | ||||
-rw-r--r-- | src/content/docs/overview/faq.mdx | 9 |
2 files changed, 8 insertions, 4 deletions
diff --git a/src/content/docs/overview/downloads.mdx b/src/content/docs/overview/downloads.mdx index 504dac1..c3d688b 100644 --- a/src/content/docs/overview/downloads.mdx +++ b/src/content/docs/overview/downloads.mdx @@ -53,6 +53,7 @@ select the appropriate package for your platform or use case. | `-macos-<ver>.dmg` | macOS disk image; \<ver\> = minimum required macOS version. | | `-linux-<arch>.AppImage` | AppImage for Linux; make it executable and run directly. | | `*.sig` | GPG signature file for verifying the integrity and authenticity. | +| `-qt5-` | Qt5 build, for older systems (e.g., Windows 7, Ubuntu 20.04). | ## Platform-Specific Installation @@ -71,7 +72,7 @@ Install GpgFrontend via your preferred package manager or store: /> <LinkCard title="WinGet (Windows)" - href="https://winget.run/pkg/Saturneric/GpgFrontend" + href="https://winstall.app/apps/Saturneric.GpgFrontend" description="Install via Windows Package Manager." /> <LinkCard diff --git a/src/content/docs/overview/faq.mdx b/src/content/docs/overview/faq.mdx index 9b02027..4bf3d1e 100644 --- a/src/content/docs/overview/faq.mdx +++ b/src/content/docs/overview/faq.mdx @@ -90,10 +90,13 @@ When used correctly, GPG provides strong cryptographic protection: - Strong algorithms and key sizes are available, in line with modern standards. - Open source: Its code is continually reviewed by global experts. -- No central data leaks: No major vulnerability has ever led to a mass compromise of GPG private keys. -- Common risks arise from user error—weak passphrases, mishandled keys, device malware—not GPG itself. +- No central data leaks: No major vulnerability has ever led to a mass + compromise of GPG private keys. +- Common risks arise from user error—weak passphrases, mishandled keys, device + malware—not GPG itself. -Bottom line: Your keys and passphrase security are just as important as the software you use. +Bottom line: Your keys and passphrase security are just as important as the +software you use. ## Has GnuPG ever been successfully attacked? |