package
3.9.1
Repository: https://github.com/getsops/sops.git
Documentation: pkg.go.dev

# Functions

Data is a helper that takes encrypted data and a format string, decrypts the data and returns its cleartext in an []byte.
DataWithFormat is a helper that takes encrypted data, and a format enum value, decrypts the data and returns its cleartext in an []byte.
File is a wrapper around Data that reads a local encrypted file and returns its cleartext data in an []byte.