age_pubkey: Derive public recipient strings from identities

View source: R/identity.R

age_pubkeyR Documentation

Derive public recipient strings from identities

Description

Derive public recipient strings from identities

Usage

age_pubkey(identities)

Arguments

identities

An age_identity, or character input accepted by age_identity() (inline secret keys and/or key-file paths).

Value

A character vector of "age1..." recipient strings, one per identity.

Examples

id <- age_keygen()
age_pubkey(id)

agecrypt documentation built on Aug. 5, 2026, 9:08 a.m.