{"id":16579101,"url":"https://github.com/craftzdog/react-native-quick-md5","last_synced_at":"2025-04-07T05:12:10.726Z","repository":{"id":43794478,"uuid":"335935077","full_name":"craftzdog/react-native-quick-md5","owner":"craftzdog","description":"Fast C++ implementation with JSI binding of MD5 for React Native","archived":false,"fork":false,"pushed_at":"2024-03-20T01:27:38.000Z","size":1787,"stargazers_count":111,"open_issues_count":3,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T21:09:39.126Z","etag":null,"topics":["react-native"],"latest_commit_sha":null,"homepage":"","language":"C++","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/craftzdog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2021-02-04T11:36:26.000Z","updated_at":"2025-02-26T09:58:43.000Z","dependencies_parsed_at":"2024-03-20T02:34:24.349Z","dependency_job_id":null,"html_url":"https://github.com/craftzdog/react-native-quick-md5","commit_stats":{"total_commits":59,"total_committers":2,"mean_commits":29.5,"dds":"0.016949152542372836","last_synced_commit":"3ce33a838b5ef2076de042b4dce3c1c965a26168"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craftzdog%2Freact-native-quick-md5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craftzdog%2Freact-native-quick-md5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craftzdog%2Freact-native-quick-md5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craftzdog%2Freact-native-quick-md5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/craftzdog","download_url":"https://codeload.github.com/craftzdog/react-native-quick-md5/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247595335,"owners_count":20963943,"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":["react-native"],"created_at":"2024-10-11T22:16:55.890Z","updated_at":"2025-04-07T05:12:10.702Z","avatar_url":"https://github.com/craftzdog.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-quick-md5\n\nBlazingly fast C++ implementation with JSI binding of MD5 for React Native.\n\nConfirmed that it's 10x faster than using [spark-md5](https://github.com/satazor/js-spark-md5) on an iPhone 11 Pro and 8x faster on an Essential Phone.\nYou can check out the benchmark tests under [example](./example).\n\n## Installation\n\n```sh\nnpm install react-native-quick-md5\n```\n\n## Usage\n\n```js\nimport { stringMd5 } from 'react-native-quick-md5';\n\nconst md5 = stringMd5('hoge');\n// =\u003e \"ea703e7aa1efda0064eaa507d9e8ab7e\"\n```\n\n### stringMd5(data: string): string\n\nCalculate MD5 for given UTF-8 string data.\nReturns hex encoded hash.\n\n### binaryMd5(data: string | ArrayBuffer): string\n\nCalculate MD5 for given binary string or ArrayBuffer data.\nReturns hex encoded hash.\n\n## Contributing\n\nSee the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.\n\n## License\n\nMIT\n\n## See also\n\n- [react-native-quick-base64: A fast C++ Base64 module for React Native](https://github.com/craftzdog/react-native-quick-base64)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcraftzdog%2Freact-native-quick-md5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcraftzdog%2Freact-native-quick-md5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcraftzdog%2Freact-native-quick-md5/lists"}