{"id":71911,"library":"google-tink","title":"Google Tink","description":"A multi-language, cross-platform library for cryptographic operations.","status":"active","version":"1.7.0","language":"go","source_language":null,"source_url":"https://github.com/google/tink","tags":["crypto","encryption","security","keys"],"install":[{"cmd":"go get github.com/google/tink","lang":"bash","label":"Install github.com/google/tink"}],"dependencies":[],"imports":[{"symbol":"tink","correct":"github.com/google/tink/go/tink"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/google/tink/go/tink\"\n\t\"github.com/google/tink/go/aead\"\n)\n\nfunc main() {\n\tkh, _ := tink.NewKeyHandle(aead.AES256GCMKeyTemplate())\n\ta, _ := aead.New(kh)\n\tct, _ := a.Encrypt([]byte(\"message\"), nil)\n\tfmt.Println(ct)\n}","lang":"go","description":"Creates an AEAD primitive and encrypts a message."},"warnings":[{"fix":"Use import paths like github.com/google/tink/go/aead, github.com/google/tink/go/tink, etc.","message":"Tink v1.7.0 uses Go modules with a different import path structure; ensure you import the correct subpackage.","severity":"gotcha","affected_versions":">=1.7.0"}],"env_vars":null,"search_vec":"'cross':8 'cross-platform':7 'crypto':14 'cryptograph':12 'encrypt':15 'googl':1 'key':17 'languag':6 'librari':10 'multi':5 'multi-languag':4 'oper':13 'platform':9 'secur':16 'tink':2","created_at":"2026-06-17T18:32:51.159029+00:00","updated_at":"2026-06-17T18:32:51.159029+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/google/tink","github":"https://github.com/google/tink","docs":"https://pkg.go.dev/github.com/google/tink#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}}