{"id":76099,"library":"nickball-go-aes-key-wrap","title":"AES Key Wrap","description":"Implements AES-KW key wrapping as defined in RFC-3394.","status":"active","version":"0.0.0-20170929221519-1c3aa3e4dfc5","language":"go","source_language":null,"source_url":"https://github.com/NickBall/go-aes-key-wrap","tags":["crypto","aes","key-wrap","rfc-3394"],"install":[{"cmd":"go get github.com/NickBall/go-aes-key-wrap","lang":"bash","label":"Install github.com/NickBall/go-aes-key-wrap"}],"dependencies":[],"imports":[{"symbol":"keywrap","correct":"github.com/NickBall/go-aes-key-wrap"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/NickBall/go-aes-key-wrap\"\n)\n\nfunc main() {\n\tkey := []byte(\"0123456789abcdef\")\n\tdata := []byte(\"exampleplaintext\")\n\twrapped, _ := keywrap.Wrap(key, data)\n\tfmt.Printf(\"%x\\n\", wrapped)\n}","lang":"go","description":"Wrap a key using AES-KW."},"warnings":[],"env_vars":null,"search_vec":"'-3394':14,21 'ae':1,6,16 'aes-kw':5 'crypto':15 'defin':11 'implement':4 'key':2,8,18 'key-wrap':17 'kw':7 'rfc':13,20 'wrap':3,9,19","created_at":"2026-06-17T19:24:43.923793+00:00","updated_at":"2026-06-17T19:24:43.923793+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/NickBall/go-aes-key-wrap","github":"https://github.com/NickBall/go-aes-key-wrap","docs":"https://pkg.go.dev/github.com/NickBall/go-aes-key-wrap#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}}