Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codahale/sneaker
/ types & classes
Types & classes
7 in github.com/codahale/sneaker
⨍
Functions
42
◇
Types & classes
7
Struct
Envelope
An Envelope encrypts and decrypts secrets with single-use KMS data keys using AES-256-GCM.
envelope.go:17
Struct
FakeKMS
fake_kms_test.go:5
Struct
FakeS3
fake_s3_test.go:5
Struct
File
A File is an encrypted secret, stored in S3.
sneaker.go:30
Interface
KeyManagement
KeyManagement is a sub-set of the capabilities of the KMS client.
sneaker.go:24
Struct
Manager
A Manager allows you to manage files.
sneaker.go:38
Interface
ObjectStorage
ObjectStorage is a sub-set of the capabilities of the S3 client.
sneaker.go:16