{"id":23377959,"url":"https://github.com/beyondjs/md5","last_synced_at":"2026-02-16T13:31:19.770Z","repository":{"id":64126098,"uuid":"572996042","full_name":"beyondjs/md5","owner":"beyondjs","description":"A fast and efficient MD5 hash implementation for JavaScript, compatible with both Node.js and browser environments. This lightweight package provides a simple API for generating MD5 hashes from strings, with optimizations for performance including pre-computed lookup tables and efficient bitwise operations.","archived":false,"fork":false,"pushed_at":"2024-09-13T23:03:17.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-09T07:33:30.686Z","etag":null,"topics":[],"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/beyondjs.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,"zenodo":null}},"created_at":"2022-12-01T13:32:38.000Z","updated_at":"2024-09-13T23:03:20.000Z","dependencies_parsed_at":"2025-08-24T00:45:07.700Z","dependency_job_id":"44802e75-0f32-4bd6-9b88-cb95a16ff98e","html_url":"https://github.com/beyondjs/md5","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/beyondjs/md5","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondjs%2Fmd5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondjs%2Fmd5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondjs%2Fmd5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondjs%2Fmd5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beyondjs","download_url":"https://codeload.github.com/beyondjs/md5/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondjs%2Fmd5/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29509080,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-12-21T18:33:36.753Z","updated_at":"2026-02-16T13:31:19.765Z","avatar_url":"https://github.com/beyondjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @beyond-js/md5\n\nA fast and efficient MD5 hash implementation for JavaScript, compatible with both Node.js and browser environments.\n\n## Installation\n\n```bash\nnpm install @beyond-js/md5\n```\n\n## Usage\n\n```javascript\nconst md5 = require('@beyond-js/md5');\n\nconst hash = md5('Hello, World!');\nconsole.log(hash); // Outputs: 65a8e27d8879283831b664bd8b7f0ad4\n```\n\n## API\n\nThe module exports a single function:\n\n```javascript\nfunction md5(str: string): string\n```\n\n-   `str`: The input string to be hashed.\n-   Returns: A lowercase string representing the MD5 hash of the input.\n\n## Features\n\n-   Fast and efficient MD5 implementation\n-   Works with strings as input\n-   Returns lowercase MD5 hash\n-   No external dependencies\n-   Compatible with Node.js and browser environments\n\n## Implementation Details\n\nThis MD5 implementation is based on the RSA Data Security, Inc. MD5 Message-Digest Algorithm. It includes optimizations\nfor performance, such as:\n\n-   Pre-computed lookup tables\n-   Bitwise operations for speed\n-   Efficient word array conversion\n\n## License\n\nMIT © [[BeyondJS](https://beyondjs.com)]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeyondjs%2Fmd5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeyondjs%2Fmd5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeyondjs%2Fmd5/lists"}