{"id":76916,"library":"secure-io-siv-go","title":"SIV Go","description":"Package siv implements the Synthetic Initialization Vector (SIV) authenticated encryption scheme specified in RFC 5297, including AES-GCM-SIV and AES-SIV-CMAC for misuse-resistant AEAD.","status":"active","version":"0.0.0-20180922214919-5ff40651e2c4","language":"go","source_language":null,"source_url":"https://github.com/secure-io/siv-go","tags":["crypto","aead","siv","aes","authenticated-encryption"],"install":[{"cmd":"go get github.com/secure-io/siv-go","lang":"bash","label":"Install github.com/secure-io/siv-go"}],"dependencies":[],"imports":[{"symbol":"siv","correct":"github.com/secure-io/siv-go"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/secure-io/siv-go\"\n)\n\nfunc main() {\n\tkey := make([]byte, 32)\n\tplaintext := []byte(\"Hello, world!\")\n\tnonce := make([]byte, 12)\n\tciphertext, err := siv.Encrypt(nil, plaintext, nonce, nil, key)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Printf(\"Ciphertext: %x\\n\", ciphertext)\n}","lang":"go","description":"Encrypts plaintext using AES-GCM-SIV with a 256-bit key."},"warnings":[],"env_vars":null,"search_vec":"'5297':17 'ae':20,25,36 'aead':32,34 'aes-gcm-siv':19 'aes-siv-cmac':24 'authent':11,38 'authenticated-encrypt':37 'cmac':27 'crypto':33 'encrypt':12,39 'gcm':21 'go':2 'implement':5 'includ':18 'initi':8 'misus':30 'misuse-resist':29 'packag':3 'resist':31 'rfc':16 'scheme':13 'siv':1,4,10,22,26,35 'specifi':14 'synthet':7 'vector':9","created_at":"2026-06-17T19:40:22.600767+00:00","updated_at":"2026-06-17T19:40:22.600767+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/secure-io/siv-go","github":"https://github.com/secure-io/siv-go","docs":"https://pkg.go.dev/github.com/secure-io/siv-go#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}}