{"id":66747,"library":"jacobsa-crypto","title":"Jacobsa Crypto","description":"A collection of cryptographic packages for Go, including implementations of various algorithms.","status":"active","version":"0.0.0-20190317225127-9f44e2d11115","language":"go","source_language":null,"source_url":"https://github.com/jacobsa/crypto","tags":["cryptography","security","aes","siv"],"install":[{"cmd":"go get github.com/jacobsa/crypto","lang":"bash","label":"Install github.com/jacobsa/crypto"}],"dependencies":[],"imports":[{"symbol":"crypto","correct":"github.com/jacobsa/crypto"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/jacobsa/crypto/siv\"\n)\n\nfunc main() {\n\tkey := make([]byte, 32)\n\tplaintext := []byte(\"Hello, world!\")\n\taad := []byte(\"additional data\")\n\tciphertext, err := siv.Encrypt(key, plaintext, aad)\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-SIV mode."},"warnings":[],"env_vars":null,"search_vec":"'ae':17 'algorithm':14 'collect':4 'crypto':2 'cryptograph':6 'cryptographi':15 'go':9 'implement':11 'includ':10 'jacobsa':1 'packag':7 'secur':16 'siv':18 'various':13","created_at":"2026-06-17T17:28:02.499181+00:00","updated_at":"2026-06-17T17:28:02.499181+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/jacobsa/crypto","github":"https://github.com/jacobsa/crypto","docs":"https://pkg.go.dev/github.com/jacobsa/crypto#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}}