{"id":64813,"library":"dgryski-go-idea","title":"IDEA Cipher Implementation","description":"A Go implementation of the International Data Encryption Algorithm (IDEA).","status":"active","version":"0.0.0-20170306091226-d2fb45a411fb","language":"go","source_language":null,"source_url":"https://github.com/dgryski/go-idea","tags":["crypto","cipher","idea","encryption"],"install":[{"cmd":"go get github.com/dgryski/go-idea","lang":"bash","label":"Install github.com/dgryski/go-idea"}],"dependencies":[],"imports":[{"symbol":"idea","correct":"github.com/dgryski/go-idea"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/dgryski/go-idea\"\n)\n\nfunc main() {\n\tcipher, _ := idea.NewCipher([]byte(\"1234567890123456\"))\n\tfmt.Println(cipher)\n}","lang":"go","description":"Create an IDEA cipher with a 16-byte key."},"warnings":[],"env_vars":null,"search_vec":"'algorithm':12 'cipher':2,15 'crypto':14 'data':10 'encrypt':11,17 'go':5 'idea':1,13,16 'implement':3,6 'intern':9","created_at":"2026-06-17T17:00:31.763680+00:00","updated_at":"2026-06-17T17:00:31.763680+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/dgryski/go-idea","github":"https://github.com/dgryski/go-idea","docs":"https://pkg.go.dev/github.com/dgryski/go-idea#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}}