GO-2022-0410 : Local directory executable lookup in sops (Windows-only) in go.mozilla.org/sops
The highest tagged major version is
v3 .
Discover Packages
go.mozilla.org/sops
decrypt
package
Version:
v0.0.0-...-14a22d7
Opens a new window with list of versions in this module.
Published: Sep 12, 2019
License: MPL-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 14
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package decrypt is the external API other Go programs can use to decrypt SOPS files. It is the only package in SOPS with
a stable API.
Data is a helper that takes encrypted data and a format string,
decrypts the data and returns its cleartext in an []byte.
The format string can be `json`, `yaml`, `dotenv` or `binary`.
If the format string is empty, binary format is assumed.
File is a wrapper around Data that reads a local encrypted
file and returns its cleartext data in an []byte
Source Files
¶
Click to show internal directories.
Click to hide internal directories.