decryptNip44
Decrypt NIP-44 encrypted messages using sender's public key and your private key. Required for reading encrypted direct messages on Nostr.
Instructions
Decrypt NIP-44 ciphertext
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ciphertext | Yes | NIP-44 encrypted text | |
| senderPubkey | Yes | Sender pubkey (hex or npub) | |
| privateKey | No | Private key (nsec or hex). Optional when NOSTR_BUNKER_URI is configured. |