pub async fn encrypt_secret(
plaintext: &[u8],
recipients: &EncryptRecipients,
) -> Result<String>Expand description
Encrypt plaintext for the given recipients, returning storage-ready
ciphertext (tagged for age, untagged for GPG).
pub async fn encrypt_secret(
plaintext: &[u8],
recipients: &EncryptRecipients,
) -> Result<String>Encrypt plaintext for the given recipients, returning storage-ready
ciphertext (tagged for age, untagged for GPG).