Registry / crypto / sops-v3

sops-v3

JSON →
library3.13.1gogounverified

Package sops manages JSON, YAML and BINARY documents to be encrypted or decrypted.

go get go.mozilla.org/sops/v3
INSTALL
IMPORT
SIG · SOPS-V3
S
sops-v3
cryptogov3.13.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sops
go.mozilla.org/sops/v3

Decrypt a SOPS-encrypted file

package main import ( "fmt" "go.mozilla.org/sops/v3" ) func main() { // Example: decrypt a file (requires key) fmt.Println("sops version:", sops.Version) }
Debug
Known issues
breakingsops v3 uses a different key service interface than v2; migration requires code changes.
fix
Update import path to go.mozilla.org/sops/v3 and adjust key service usage.
affects: >=3.0.0
Upgrade
Version history
3.13.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
32
Resources
sops-v3 — go get sops-v3 · libregistry