{"id":65931,"library":"hashicorp-go-kms-wrapping-v2","title":"Go KMS Wrapping","description":"Package go-kms-wrapping provides a unified interface for encrypting and decrypting data using various Key Management Services (KMS).","status":"active","version":"2.0.22","language":"go","source_language":null,"source_url":"https://github.com/hashicorp/go-kms-wrapping","tags":["kms","encryption","wrapping","hashicorp"],"install":[{"cmd":"go get github.com/hashicorp/go-kms-wrapping/v2","lang":"bash","label":"Install github.com/hashicorp/go-kms-wrapping/v2"}],"dependencies":[],"imports":[{"symbol":"wrapping","correct":"github.com/hashicorp/go-kms-wrapping/v2"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/hashicorp/go-kms-wrapping/v2\"\n)\n\nfunc main() {\n\twrapper := wrapping.NewTestWrapper(nil)\n\tblob, err := wrapper.Encrypt([]byte(\"secret data\"))\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(\"Encrypted:\", blob)\n}","lang":"go","description":"Creates a test wrapper and encrypts a byte slice."},"warnings":[],"env_vars":null,"search_vec":"'data':17 'decrypt':16 'encrypt':14,25 'go':1,6 'go-kms-wrap':5 'hashicorp':27 'interfac':12 'key':20 'kms':2,7,23,24 'manag':21 'packag':4 'provid':9 'servic':22 'unifi':11 'use':18 'various':19 'wrap':3,8,26","created_at":"2026-06-17T17:17:01.534269+00:00","updated_at":"2026-06-17T17:17:01.534269+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/hashicorp/go-kms-wrapping","github":"https://github.com/hashicorp/go-kms-wrapping","docs":"https://pkg.go.dev/github.com/hashicorp/go-kms-wrapping/v2#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto"],"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}}