{"id":16890611,"url":"https://github.com/koenpunt/node-hexdigest","last_synced_at":"2026-04-11T20:48:05.432Z","repository":{"id":57263126,"uuid":"41623458","full_name":"koenpunt/node-hexdigest","owner":"koenpunt","description":"Node module to generate hexdigest for a file","archived":false,"fork":false,"pushed_at":"2015-09-01T14:41:42.000Z","size":184,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-03T05:46:44.778Z","etag":null,"topics":["algorithm","hexdigest","node"],"latest_commit_sha":null,"homepage":"http://npmjs.org/package/hexdigest","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/koenpunt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-30T09:40:57.000Z","updated_at":"2022-03-30T23:46:33.000Z","dependencies_parsed_at":"2022-09-01T04:30:11.715Z","dependency_job_id":null,"html_url":"https://github.com/koenpunt/node-hexdigest","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/koenpunt/node-hexdigest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koenpunt%2Fnode-hexdigest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koenpunt%2Fnode-hexdigest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koenpunt%2Fnode-hexdigest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koenpunt%2Fnode-hexdigest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koenpunt","download_url":"https://codeload.github.com/koenpunt/node-hexdigest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koenpunt%2Fnode-hexdigest/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268629734,"owners_count":24281172,"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","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["algorithm","hexdigest","node"],"created_at":"2024-10-13T17:03:42.802Z","updated_at":"2026-04-11T20:48:00.402Z","avatar_url":"https://github.com/koenpunt.png","language":"JavaScript","readme":"# Node hexdigest\n\nModule to generate the hexdigest of a file.\n\n## Installation\n\n```\nnpm install --save[-dev] hexdigest\n```\n\n## Usage\n\n```js\nvar hexdigest = require('hexdigest');\n\nhexdigest('myfile.jpg', 'sha1', function(err, digest) {\n  if (!err) {\n    console.log(digest);\n  }\n});\n```\n\nAlgorithms are the ones supported by the version of OpenSSL on the platform. Examples are `'sha1'`, `'md5'`, `'sha256'`, `'sha512'`, etc. On recent releases, `openssl list-message-digest-algorithms` will display the available digest algorithms. \n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoenpunt%2Fnode-hexdigest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoenpunt%2Fnode-hexdigest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoenpunt%2Fnode-hexdigest/lists"}