{"id":15293391,"url":"https://github.com/angeal185/jquery-hash","last_synced_at":"2026-01-06T00:03:47.488Z","repository":{"id":57282195,"uuid":"183750080","full_name":"angeal185/jquery-hash","owner":"angeal185","description":"jQuery plugin to return a hash for a string using SHA 1/256/384/512 and the web crypto api","archived":false,"fork":false,"pushed_at":"2019-04-27T09:51:16.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T01:35:18.398Z","etag":null,"topics":["base64","hash","hex","jquery","jquery-plugin","sha1","sha256","sha384","sha512","webcrypto","webcrypto-api"],"latest_commit_sha":null,"homepage":"https://angeal185.github.io/jquery-hash","language":null,"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/angeal185.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":"2019-04-27T08:52:50.000Z","updated_at":"2019-12-02T05:17:05.000Z","dependencies_parsed_at":"2022-09-19T17:52:34.396Z","dependency_job_id":null,"html_url":"https://github.com/angeal185/jquery-hash","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angeal185%2Fjquery-hash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angeal185%2Fjquery-hash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angeal185%2Fjquery-hash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angeal185%2Fjquery-hash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angeal185","download_url":"https://codeload.github.com/angeal185/jquery-hash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245294768,"owners_count":20591900,"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":["base64","hash","hex","jquery","jquery-plugin","sha1","sha256","sha384","sha512","webcrypto","webcrypto-api"],"created_at":"2024-09-30T16:47:56.122Z","updated_at":"2026-01-06T00:03:47.480Z","avatar_url":"https://github.com/angeal185.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# jquery-hash\njQuery plugin to return a hash for a string using SHA 1/256/384/512 and the web crypto api\n\ndemo: https://angeal185.github.io/jquery-hash\n\n### Installation\n\nnpm\n\n```sh\n$ npm install jquery-hash --save\n```\n\n#### browser\n\n```html\n\u003cscript src=\"./path-to/jquery.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"./dist/jq-hash.min.js\"\u003e\u003c/script\u003e\n```\n\n### info\n\n\n```js\n// demo\n\n/**\n* $.hash(str, digest, enc, cb)\n* @param {string} str ~ string to be hashed\n* @param {string} digest ~ 1/256/384/512\n* @param {string} enc ~ hex/base64/Uint8\n* @param {function} cb ~ callback\n*/\n\n$.hash('hello world!', '512', 'hex',function(i){\n console.log(i)\n});\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangeal185%2Fjquery-hash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangeal185%2Fjquery-hash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangeal185%2Fjquery-hash/lists"}