{"id":69687,"library":"getsops-sops-v3","title":"SOPS (Secrets OPerationS)","description":"Encrypts and decrypts JSON, YAML, and BINARY documents using multiple master keys for secure secret management.","status":"active","version":"3.12.2","language":"go","source_language":null,"source_url":"https://github.com/getsops/sops","tags":["encryption","secrets","sops","yaml","json"],"install":[{"cmd":"go get github.com/getsops/sops/v3","lang":"bash","label":"Install github.com/getsops/sops/v3"}],"dependencies":[],"imports":[{"symbol":"decrypt","correct":"github.com/getsops/sops/v3/decrypt"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/getsops/sops/v3/decrypt\"\n)\n\nfunc main() {\n\tdata, err := decrypt.File(\"secrets.enc.yaml\", \"yaml\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(string(data))\n}","lang":"go","description":"Decrypt a SOPS-encrypted YAML file."},"warnings":[{"fix":"Use github.com/getsops/sops/v3/decrypt for decryption; avoid importing other subpackages directly.","message":"Only the decrypt subpackage has a stable API; other packages may change without notice.","severity":"breaking","affected_versions":">=3.0.0"}],"env_vars":null,"search_vec":"'binari':10 'decrypt':6 'document':11 'encrypt':4,20 'json':7,24 'key':15 'manag':19 'master':14 'multipl':13 'oper':3 'secret':2,18,21 'secur':17 'sop':1,22 'use':12 'yaml':8,23","created_at":"2026-06-17T18:04:38.591974+00:00","updated_at":"2026-06-17T18:04:38.591974+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/getsops/sops","github":"https://github.com/getsops/sops","docs":"https://pkg.go.dev/github.com/getsops/sops/v3#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto","config"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}