{"id":37180679,"url":"https://github.com/itrabbit/ecc","last_synced_at":"2026-01-14T21:00:00.458Z","repository":{"id":57548769,"uuid":"273788817","full_name":"itrabbit/ecc","owner":"itrabbit","description":"Golang ECC encrypt / decrypt, compatible with swift library https://github.com/IBM-Swift/BlueECC, only prime256v1","archived":false,"fork":false,"pushed_at":"2020-06-20T21:53:23.000Z","size":3,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T14:18:57.267Z","etag":null,"topics":["blueecc","ecc","go","golang","ibm","prime256v1"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itrabbit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-20T21:44:22.000Z","updated_at":"2022-07-04T05:56:25.000Z","dependencies_parsed_at":"2022-08-28T11:31:06.275Z","dependency_job_id":null,"html_url":"https://github.com/itrabbit/ecc","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/itrabbit/ecc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itrabbit%2Fecc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itrabbit%2Fecc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itrabbit%2Fecc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itrabbit%2Fecc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itrabbit","download_url":"https://codeload.github.com/itrabbit/ecc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itrabbit%2Fecc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blueecc","ecc","go","golang","ibm","prime256v1"],"created_at":"2026-01-14T20:59:59.767Z","updated_at":"2026-01-14T21:00:00.453Z","avatar_url":"https://github.com/itrabbit.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Compatible with swift library https://github.com/IBM-Swift/BlueECC\n\n### Example usage\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/itrabbit/ecc\"\n)\n\nfunc main()  {\n        private, err := ecc.GenerateKey()\n        if err != nil {\n            panic(err.Error())\n        }\n\n        encrypted, err := ecc.Encrypt(\u0026private.PublicKey, []byte(\"hello\"))\n        if err != nil {\n            panic(err.Error())\n        }\n\n        fmt.Println(\"encrypted\", encrypted, len(encrypted));\n        // -\u003e encrypted [4 13 13 236 218 227 ... 89] 86\n\n        decrypted, err := ecc.Decrypt(private, encrypted)\n        if err != nil {\n            panic(err.Error())\n        }\n\n        fmt.Println(\"decrypted\", decrypted, string(decrypted))\n        // -\u003e decrypted [104 101 108 108 111] hello\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitrabbit%2Fecc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitrabbit%2Fecc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitrabbit%2Fecc/lists"}