# GPG Decrypt

> Decrypt GPG-encrypted files on iOS using your private key. (iPhone/iPad app by Laurent Ach.)

- Source: https://appshunter.io/ios/app/gpg-decrypt/id6744686392 (this page in markdown: same URL + `.md`)
- Developer: [Laurent Ach](https://appshunter.io/developer/1808890709)
- Category: Utilities
- Price: Free
- Age rating: 4+
- Requires: iOS 16.0 · 2 MB
- Languages: American English
- Released: 2025-05-09
- Data updated: 2026-06-01
- Monetization: free
- User reviews in markdown: https://appshunter.io/ios/app/gpg-decrypt/id6744686392/reviews.md

## What is GPG Decrypt?

This app is designed to allow you to read on your iPhone, files that have been encrypted on your Mac using GPG. The workflow is:

1. Encrypt a file on your Mac using GPG (AEAD - Authenticated Encryption with Associated Data, is not supported at the moment, see support page).
2. Transfer the encrypted file and your private key to your iPhone (using iCloud Drive, Dropbox, Google Drive, or any other cloud storage service)
3. Use this app to decrypt and view the file content on your iPhone

This is particularly useful for securely accessing sensitive documents on your iPhone without storing the decrypted content permanently on the device.

Features

- Decrypt GPG-encrypted files
- Support for private key authentication
- Secure file handling with security-scoped resources
- Display-only decryption (no persistent storage of decrypted content)

Usage

1. Select the encrypted file you want to decrypt
2. Select your private key file
3. Enter the passphrase for your private key
4. Tap "Decrypt" to decrypt the file
5. The decrypted content will be displayed on screen. It is not saved to your device.

GPG ([GNU Privacy Guard](https://gnupg.org/)) is a widely used open-source implementation of the OpenPGP standard.

This app only supports asymmetric encryption (public/private key). It cannot decrypt files that were encrypted using symmetric encryption (password-only encryption).

Using GPG on Mac OS
- Install GnuPG: brew install gnupg
- Generate a new GPG key: gpg --full-generate-key
   - Choose option 1 (RSA and RSA)
   - Choose 4096 bits
   - Choose 0 (key does not expire)
   - Enter your name and email
   - Enter a secure passphrase
- Export your private key (required for decryption on iPhone): gpg --export-secret-keys --armor your-email@example.com > private_key.asc
   - Replace `your-email@example.com` with the email you used when creating the key
   - Enter your passphrase when prompted
   - The private key will be saved to `private_key.asc`
   - Transfer this file to your iPhone for use with the app
- Encrypting a file: gpg --encrypt --recipient your-email@example.com your_file.txt
   - This creates `your_file.txt.gpg`
   - Transfer this encrypted file to your iPhone for decryption with the app

Decrypting a file on Mac:
   gpg --decrypt your_file.txt.gpg > decrypted_file.txt
   - This will prompt for your private key passphrase
   - The decrypted content will be saved to `decrypted_file.txt`

Transferring files to iPhone
You can transfer the encrypted file and private key to your iPhone using various cloud storage services:
- iCloud Drive
- Dropbox
- Google Drive
- OneDrive
- Or any other cloud storage service that provides iOS file access

Security

- All file operations use security-scoped resources
- Passphrase is never stored
- Files are copied to the app's documents directory for processing
- Decrypted content is only displayed and not saved to the device
- No persistent storage of sensitive information

## Key features

- Decrypt GPG-encrypted files
- Support for private key authentication
- Secure file handling
- Display-only decryption
- Asymmetric encryption support

## Recent user reviews (1 of 1)

All indexed reviews: https://appshunter.io/ios/app/gpg-decrypt/id6744686392/reviews.md

### 3/5 — App sandboxing…directory access?

*2025-12-30*

If I select a *.gpg file to decrypt using this app, say in the downloads folder on my iPad, it does not have access to write to that folder.  where does it put output?

## Frequently asked questions about GPG Decrypt

### How do I decrypt a GPG file with GPG Decrypt?

To decrypt a GPG file, select the encrypted file, your private key file, enter your private key's passphrase, and tap 'Decrypt'. The decrypted content will be displayed on screen and is not saved to your device.

### Does GPG Decrypt support symmetric encryption?

No, GPG Decrypt only supports asymmetric encryption (public/private key). It cannot decrypt files that were encrypted using symmetric encryption (password-only).

### Can I store decrypted files permanently on my device with GPG Decrypt?

No, the app is designed for display-only decryption. The decrypted content is not saved to your device, ensuring secure access to sensitive documents.

### What devices is GPG Decrypt compatible with?

GPG Decrypt is compatible with both iPhone and iPad devices.

### How often is GPG Decrypt updated?

The app was last updated on May 12, 2025, indicating recent development and support.

### Does GPG Decrypt have ads?

No, GPG Decrypt is ad-free, providing a seamless user experience without interruptions.

### Is my private key passphrase stored by GPG Decrypt?

No, your passphrase is never stored by the application. It is used only for the immediate decryption process.

### What is the age rating for GPG Decrypt?

GPG Decrypt has an age rating of 4+, making it suitable for a wide range of users.

## Version history (last 2 releases)

### 1.1 — 2025-05-12

- Information about limitation regarding AEAD encryption
- New icon

### 1.0 — 2025-05-09

No release notes.

## Apps similar to GPG Decrypt

| App | Rating | Price | Category |
| --- | --- | --- | --- |
| [Orbot](https://appshunter.io/ios/app/orbot/id1609461599) | 3.0 (942) | Free | Utilities |
| [Easy PGP](https://appshunter.io/ios/app/easy-pgp/id6743335477) | 3.4 (14) | Free | Utilities |
| [Onion Browser](https://appshunter.io/ios/app/onion-browser/id519296448) | 3.2 (2,098) | Free | Utilities |
| [Private Web Browser - ORIN](https://appshunter.io/ios/app/private-web-browser-orin/id1237872910) | 4.5 (294) | Free | Utilities |
| [Browser & Offline File Storage](https://appshunter.io/ios/app/browser-and-offline-file-storage/id970487401) | 4.5 (31,891) | Free | Utilities |
| [AES256 Encrypt and Decrypt](https://appshunter.io/ios/app/aes256-encrypt-and-decrypt/id6467244017) | 5.0 (1) | Free | Utilities |

## Related topics

[gpg decrypt](https://appshunter.io/ios/topics/gpg-decrypt) · [decrypter](https://appshunter.io/ios/topics/decrypter) · [gnupg](https://appshunter.io/ios/topics/gnupg) · [decrypt files](https://appshunter.io/ios/topics/decrypt-files) · [decrypt](https://appshunter.io/ios/topics/decrypt)

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-06-01.*
