Registry / crypto / hashicorp-go-kms-wrapping

hashicorp-go-kms-wrapping

JSON →
library0.7.1gogounverified

Provides a common interface for wrapping/unwrapping keys using various KMS providers.

go get github.com/hashicorp/go-kms-wrapping
INSTALL
IMPORT
SIG · HASHICORP-GO-KMS-W
H
hashicorp-go-kms-wrapping
cryptogov0.7.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.

wrapping
github.com/hashicorp/go-kms-wrapping

Encrypts data using a test KMS wrapper.

package main import "github.com/hashicorp/go-kms-wrapping" func main() { wrapper := wrapping.NewTestWrapper(nil) blob, _ := wrapper.Encrypt([]byte("data"), nil) _ = blob }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
hashicorp-go-kms-wrapping — go get hashicorp-go-kms-wrapping · libregistry