---
# System prepended metadata

title: Pinentry-mac

---

# Pinentry

Pinentry allows VSCode and other GUI based application to prompt for password.

## Install

1. Install using Homebrew

```bash
brew install pinentry-mac
```

2. Use pinentry-mac with GPG

```bash
echo "pinentry-program $(which pinentry-mac)" >> ~/.gnupg/gpg-agent.conf
killall gpg-agent
```
