{"id":68528,"library":"ecies-go-v2","title":"ECIES Go v2","description":"Go implementation of the Elliptic Curve Integrated Encryption Scheme (ECIES) for secure encryption.","status":"active","version":"2.0.11","language":"go","source_language":null,"source_url":"https://github.com/ecies/go","tags":["ecies","encryption","cryptography","elliptic-curve"],"install":[{"cmd":"go get github.com/ecies/go/v2","lang":"bash","label":"Install github.com/ecies/go/v2"}],"dependencies":[],"imports":[{"symbol":"ecies","correct":"github.com/ecies/go/v2"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"log\"\n\n\t\"github.com/ecies/go/v2\"\n)\n\nfunc main() {\n\tprivateKey, err := ecies.GenerateKey()\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tpublicKey := privateKey.PublicKey\n\tplaintext := []byte(\"Hello, ECIES!\")\n\tciphertext, err := ecies.Encrypt(publicKey, plaintext)\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tdecrypted, err := ecies.Decrypt(privateKey, ciphertext)\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tfmt.Println(string(decrypted))\n}","lang":"go","description":"Encrypts and decrypts a message using ECIES."},"warnings":[],"env_vars":null,"search_vec":"'cryptographi':19 'curv':9,22 'eci':1,13,17 'ellipt':8,21 'elliptic-curv':20 'encrypt':11,16,18 'go':2,4 'implement':5 'integr':10 'scheme':12 'secur':15 'v2':3","created_at":"2026-06-17T17:50:52.766166+00:00","updated_at":"2026-06-17T17:50:52.766166+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/ecies/go","github":"https://github.com/ecies/go","docs":"https://pkg.go.dev/github.com/ecies/go/v2#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}}