Versions in this module Expand all Collapse all v1 v1.1.1 Sep 4, 2024 v1.1.0 Aug 31, 2024 v1.0.0 Aug 28, 2024 Changes in this version + func DecryptToWriter(destinationWriter io.Writer, encryptedDataReader io.Reader, ...) error + func EncryptToFile(destinationFilename string, data []byte, recipient age.Recipient) error + func ReadSecret(label string, confirm bool) (string, error)