{"id":15595470,"url":"https://github.com/cdimascio/md5-nodejs","last_synced_at":"2026-05-19T10:04:13.460Z","repository":{"id":57293453,"uuid":"154969401","full_name":"cdimascio/md5-nodejs","owner":"cdimascio","description":"A node module that hashes data to MD5.","archived":false,"fork":false,"pushed_at":"2018-11-19T17:18:23.000Z","size":310,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-03T17:10:21.126Z","etag":null,"topics":["hash","md5","md5-hash","nodejs"],"latest_commit_sha":null,"homepage":"","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/cdimascio.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":"2018-10-27T13:47:40.000Z","updated_at":"2021-02-23T23:32:46.000Z","dependencies_parsed_at":"2022-08-27T12:21:20.202Z","dependency_job_id":null,"html_url":"https://github.com/cdimascio/md5-nodejs","commit_stats":null,"previous_names":["cdimascio/md5-node"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cdimascio/md5-nodejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdimascio%2Fmd5-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdimascio%2Fmd5-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdimascio%2Fmd5-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdimascio%2Fmd5-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdimascio","download_url":"https://codeload.github.com/cdimascio/md5-nodejs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdimascio%2Fmd5-nodejs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266691580,"owners_count":23969182,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["hash","md5","md5-hash","nodejs"],"created_at":"2024-10-03T01:00:24.403Z","updated_at":"2026-05-19T10:04:13.415Z","avatar_url":"https://github.com/cdimascio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# md5-nodejs\n\n![](https://travis-ci.org/cdimascio/md5-nodejs.svg?branch=master)\n![](https://img.shields.io/badge/license-MIT-blue.svg)\n\nA node module that hashes data to MD5\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/cdimascio/md5-node/master/assets/md5-nodejs.png\" width=\"350px\"\u003e\n\u003c/p\u003e\n\n## Install\n\n```shell\nnpm install md5-nodejs\n```\n\n## Usage\n\n```javascript\nconst md5 = require('md5-nodejs');\nconst hash = md5('data to hash');\n```\n\n### Hash Anything!\nHere are some examples\n\n#### Hash strings\n```javascript\nconst hash = md5('string to hash');\n```\n#### Hash buffers\n```javascript\nconst hash = md5(Buffer.from('carmine'));\n```\n#### Hash TypedArrays\n```javascript\nconst int16Array = new Int16Array(2);\nint16Array[0] = 42;\nconst hash = md5(int16Array);\n```\n\n#### Hash objects\n```javascript\nconst hash = md5({\n    name: 'carmine'\n});\n```\n\n#### Hash arrays\n```javascript\nconst hash = md5(['hash', 'this', 'array']);\n```\n\n#### Hash primitives\n```javascript\nconst hash = md5(3.14159265359);\nconst hash = md5(true);\n```\n\n\n## License\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdimascio%2Fmd5-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdimascio%2Fmd5-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdimascio%2Fmd5-nodejs/lists"}