Registry / crypto / nickball-go-aes-key-wrap

nickball-go-aes-key-wrap

JSON →
library0.0.0-20170929221519-1c3aa3e4dfc5gogounverified

Implements AES-KW key wrapping as defined in RFC-3394.

go get github.com/NickBall/go-aes-key-wrap
INSTALL
IMPORT
SIG · NICKBALL-GO-AES-KE
N
nickball-go-aes-key-wrap
cryptogov0.0.0-20170929221519-1c3aa3e4dfc5
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.

keywrap
✓ github.com/NickBall/go-aes-key-wrap

Wrap a key using AES-KW.

package main import ( "fmt" "github.com/NickBall/go-aes-key-wrap" ) func main() { key := []byte("0123456789abcdef") data := []byte("exampleplaintext") wrapped, _ := keywrap.Wrap(key, data) fmt.Printf("%x\n", wrapped) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20170929221519-1c3aa3e4dfc5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
Resources
nickball-go-aes-key-wrap — go get nickball-go-aes-key-wrap · libregistry