{"id":19442984,"url":"https://github.com/samcook/redis-hmac","last_synced_at":"2025-06-12T02:06:19.964Z","repository":{"id":70080980,"uuid":"53512851","full_name":"samcook/redis-hmac","owner":"samcook","description":"A redis compatible Lua script for computing HMAC-SHA1 signatures","archived":false,"fork":false,"pushed_at":"2016-03-09T17:05:20.000Z","size":1,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-12T02:06:09.860Z","etag":null,"topics":["hmac","hmac-sha1-signature","lua-script","redis","redis-hmac","redis-lua-script","sha1"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/samcook.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":"2016-03-09T16:24:14.000Z","updated_at":"2023-04-28T15:55:18.000Z","dependencies_parsed_at":"2023-03-10T05:15:12.889Z","dependency_job_id":null,"html_url":"https://github.com/samcook/redis-hmac","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samcook/redis-hmac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samcook%2Fredis-hmac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samcook%2Fredis-hmac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samcook%2Fredis-hmac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samcook%2Fredis-hmac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samcook","download_url":"https://codeload.github.com/samcook/redis-hmac/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samcook%2Fredis-hmac/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259382298,"owners_count":22848836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["hmac","hmac-sha1-signature","lua-script","redis","redis-hmac","redis-lua-script","sha1"],"created_at":"2024-11-10T15:41:37.403Z","updated_at":"2025-06-12T02:06:19.922Z","avatar_url":"https://github.com/samcook.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# redis-hmac\n\nA redis compatible Lua script for computing HMAC-SHA1 signatures\n\n## Usage\n\nCopy the script into your redis Lua script that requires calculating an HMAC-SHA1 signature.\n\n```lua\n-- insert hmac-sha1.lua here\n\nlocal key = 'mysecretkey'\nlocal text = 'content to sign'\n\nlocal signature = hmac_sha1().compute(key, text)\n```\n\n## Credits\n\nHMAC Lua code adapted from https://github.com/kikito/sha1.lua to use redis builtin SHA1 and bit operations","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamcook%2Fredis-hmac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamcook%2Fredis-hmac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamcook%2Fredis-hmac/lists"}