aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/docs/index.mdx
blob: 7aefc4ca1b8bbffd0257844008445587096908aa (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
---
title: GpgFrontend
description: A free, user-friendly, portable, and cross-platform OpenPGP encryption tool.
template: splash
hero:
  tagline: >
    Effortless, portable OpenPGP encryption—multi-key management, cross-platform freedom, and a sleek modern interface powered by 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="Truly Portable" icon="laptop">
    Carry your encryption toolkit anywhere—run directly from a USB drive, and
    securely move your keys and settings across Windows, Linux, and macOS
    without hassle.
  </Card>
  <Card title="Instant Security" icon="rocket">
    Encrypt, decrypt, and sign files or text in seconds—one-click simplicity
    meets professional-grade security, making safe communication part of your
    daily flow.
  </Card>
  <Card title="Multi-Key Mastery" icon="seti:lock">
    Effortlessly manage multiple key databases for different identities,
    projects, or teams. Switch roles with ease and keep your digital life
    organized and secure.
  </Card>
  <Card title="Open & Free Forever" icon="open-book" invert>
    100% free and open source, with no tracking or hidden costs. Built by and
    for the community—improve, audit, or contribute anytime. Security belongs to
    everyone.
  </Card>
</CardGrid>