{"id":20572193,"url":"https://github.com/mcaimi/go-hmac","last_synced_at":"2026-04-21T06:06:01.490Z","repository":{"id":142544500,"uuid":"613297669","full_name":"mcaimi/go-hmac","owner":"mcaimi","description":"Simple HMAC library written in Go","archived":false,"fork":false,"pushed_at":"2024-03-11T16:52:03.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T10:22:14.577Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcaimi.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-13T09:50:29.000Z","updated_at":"2023-03-13T09:54:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b337871-7f97-447a-818c-2c1955f16dd0","html_url":"https://github.com/mcaimi/go-hmac","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mcaimi/go-hmac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcaimi%2Fgo-hmac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcaimi%2Fgo-hmac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcaimi%2Fgo-hmac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcaimi%2Fgo-hmac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcaimi","download_url":"https://codeload.github.com/mcaimi/go-hmac/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcaimi%2Fgo-hmac/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32079519,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"last_error":"SSL_read: 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":[],"created_at":"2024-11-16T05:18:46.759Z","updated_at":"2026-04-21T06:06:01.450Z","avatar_url":"https://github.com/mcaimi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple HMAC Library written in Go\n\nThis is a simple HMAC library that implements the HMAC algorithm described in RFC2104.\nCurrently supports the generation of HMAC digests using MD5, SHA-1, SHA-256 and SHA-512 hashing primitives.\n\n## Usage\n\nSimply import the library and use the preferred hashing function:\n\n```Go\n  package main\n\n  import (\n    \"fmt\"\n    \"github.com/mcaimi/go-hmac/rfc2104\"\n    )\n\n  const (\n    KEY = \"my-secret-key\"\n    MSG = \"plaintext\"\n    )\n\n  func main() {\n    var digest []byte\n    digest = rfc2104.Hmac([]byte(KEY), []byte(MSG), \"sha1\");\n\n    fmt.Printf(\"%x\\n\", digest);\n  }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcaimi%2Fgo-hmac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcaimi%2Fgo-hmac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcaimi%2Fgo-hmac/lists"}