aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/docs/index.mdx
blob: 8566192bf4c4e53dfc08977b7bbb014801a6eee2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
title: GpgFrontend
description: A free, user-friendly, and cross-platform OpenPGP encryption tool.
template: splash
hero:
  tagline: A free, user-friendly, and cross-platform OpenPGP encryption tool. One of the best graphical frontends for modern GnuPG.
  image:
    file: ../../assets/icon.png
  actions:
    - text: At a Glance
      link: /overview/glance/
      icon: right-arrow
      variant: primary
    - text: Developer Wiki
      link: https://deepwiki.com/saturneric/GpgFrontend
      icon: external
---

import { Card, CardGrid } from "@astrojs/starlight/components";

## Brief Introduction

<CardGrid stagger>
  <Card title="Cross Platform" icon="laptop">
    Enjoy seamless cross-platform functionality with our application, available
    on Windows, Linux, and macOS. Transfer your GPG keys between devices safely
    and effortlessly, ensuring your data remains secure no matter where you are
    working from.
  </Card>
  <Card title="Use Smoothly" icon="rocket">
    Experience swift encryption and digital signing capabilities. Encrypt files
    or text rapidly, and sign your documents digitally with utmost ease,
    enhancing your workflow efficiency and data security.
  </Card>
  <Card title="Open Source" icon="open-book">
    Benefit from a transparent and community-driven development process. Our
    application is completely open source, allowing for peer review,
    modifications, and contributions. Join our community and contribute to the
    future of secure communication.
  </Card>
  <Card title="Free" icon="seti:cake_php" invert>
    Enjoy our application absolutely free of charge, with no hidden costs. We
    believe in making digital security accessible to everyone, and our
    commitment to this principle means you can secure your communications
    without spending a penny.
  </Card>
</CardGrid>