{"id":27200453,"url":"https://github.com/keccak256js/keccak256","last_synced_at":"2025-05-10T19:58:51.859Z","repository":{"id":45469240,"uuid":"154260771","full_name":"keccak256js/keccak256","owner":"keccak256js","description":"A wrapper for the keccak library to compute 256 bit keccak hash in JavaScript.","archived":false,"fork":false,"pushed_at":"2025-04-03T20:03:08.000Z","size":351,"stargazers_count":64,"open_issues_count":8,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-18T01:01:01.186Z","etag":null,"topics":["algorithm","crypto","cryptography","function","hashing","javascript","keccak","keccak-256","keccak256","library","sha3","sha3-256","tools","typescript","utility","wrapper"],"latest_commit_sha":null,"homepage":"https://github.com/keccak256js/keccak256","language":"JavaScript","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/keccak256js.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":"2018-10-23T04:12:15.000Z","updated_at":"2025-04-03T20:03:12.000Z","dependencies_parsed_at":"2025-04-07T20:59:07.560Z","dependency_job_id":"f16302fa-3c3f-4d17-9a25-23f1bd758b16","html_url":"https://github.com/keccak256js/keccak256","commit_stats":null,"previous_names":["keccak256js/keccak256","miguelmota/keccak256"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keccak256js%2Fkeccak256","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keccak256js%2Fkeccak256/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keccak256js%2Fkeccak256/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keccak256js%2Fkeccak256/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keccak256js","download_url":"https://codeload.github.com/keccak256js/keccak256/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253250394,"owners_count":21878268,"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":["algorithm","crypto","cryptography","function","hashing","javascript","keccak","keccak-256","keccak256","library","sha3","sha3-256","tools","typescript","utility","wrapper"],"created_at":"2025-04-09T21:02:45.644Z","updated_at":"2025-05-09T12:27:34.101Z","avatar_url":"https://github.com/keccak256js.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# keccak256\n\n\u003e A wrapper for the [`keccak`](https://www.npmjs.com/package/keccak) library to compute 256 bit keccak hash in JavaScript.\n\n[![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/miguelmota/keccak256/master/LICENSE.md)\n\n[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)\n\n## Install\n\n```bash\nnpm install keccak256\n```\n\n### CDN\n\nAvailable on [jsDelivr](https://www.jsdelivr.com/) CDN:\n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/keccak256@latest/keccak256.js\"\u003e\u003c/script\u003e\n```\n\n## Usage\n\n- **keccak256**(data) -\u003e {Buffer}\n  - {String | Buffer} data - data string or Buffer\n\n  Returns a Buffer\n\n## Getting Started\n\n```js\nconst keccak256 = require('keccak256')\n\nconsole.log(keccak256('hello').toString('hex')) // \"1c8aff950685c2ed4bc3174f3472287b56d9517b9c948127319a09a7a36deac8\"\n\nconsole.log(keccak256(Buffer.from('hello')).toString('hex')) // \"1c8aff950685c2ed4bc3174f3472287b56d9517b9c948127319a09a7a36deac8\"\n```\n\n\n## Test\n\n```bash\nnpm test\n```\n\n## License\n\nReleased under the [MIT](./LICENSE) license.\n\n© [Miguel Mota](https://github.com/miguelmota)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeccak256js%2Fkeccak256","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeccak256js%2Fkeccak256","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeccak256js%2Fkeccak256/lists"}