{"id":18458756,"url":"https://github.com/browserify/crypto-browserify","last_synced_at":"2026-04-09T05:31:57.540Z","repository":{"id":3085840,"uuid":"4110016","full_name":"browserify/crypto-browserify","owner":"browserify","description":"partial implementation of node's `crypto` for the browser","archived":false,"fork":false,"pushed_at":"2025-12-05T00:45:29.000Z","size":351,"stargazers_count":681,"open_issues_count":39,"forks_count":208,"subscribers_count":24,"default_branch":"master","last_synced_at":"2026-04-03T01:37:10.247Z","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/browserify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["ljharb"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":"npm/crypto-browserify","community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2012-04-23T05:49:37.000Z","updated_at":"2026-04-02T19:49:39.000Z","dependencies_parsed_at":"2024-01-14T06:24:28.004Z","dependency_job_id":"08586402-79ef-4e2e-bd87-2c23066aeaa7","html_url":"https://github.com/browserify/crypto-browserify","commit_stats":{"total_commits":338,"total_committers":27,"mean_commits":"12.518518518518519","dds":0.5680473372781065,"last_synced_commit":"b638139cc86e560ce65533c00e5f72b95926ff59"},"previous_names":["crypto-browserify/crypto-browserify","dominictarr/crypto-browserify"],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/browserify/crypto-browserify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserify%2Fcrypto-browserify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserify%2Fcrypto-browserify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserify%2Fcrypto-browserify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserify%2Fcrypto-browserify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/browserify","download_url":"https://codeload.github.com/browserify/crypto-browserify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserify%2Fcrypto-browserify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31470196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"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-11-06T08:19:54.357Z","updated_at":"2026-04-09T05:31:57.517Z","avatar_url":"https://github.com/browserify.png","language":"JavaScript","funding_links":["https://github.com/sponsors/ljharb","https://tidelift.com/funding/github/npm/crypto-browserify"],"categories":["JavaScript"],"sub_categories":[],"readme":"# crypto-browserify \u003csup\u003e[![Version Badge][npm-version-svg]][package-url]\u003c/sup\u003e\n\nA port of node's `crypto` module to the browser.\n\n[![github actions][actions-image]][actions-url]\n[![coverage][codecov-image]][codecov-url]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n[![Sauce Test Status](https://saucelabs.com/browser-matrix/crypto-browserify.svg)](https://saucelabs.com/u/crypto-browserify)\n\n[![npm badge][npm-badge-png]][package-url]\n\nThe goal of this module is to reimplement node's crypto module, in pure javascript so that it can run in the browser.\n\nHere is the subset that is currently implemented:\n\n* createHash (sha1, sha224, sha256, sha384, sha512, md5, rmd160)\n* createHmac (sha1, sha224, sha256, sha384, sha512, md5, rmd160)\n* pbkdf2\n* pbkdf2Sync\n* randomBytes\n* pseudoRandomBytes\n* createCipher (aes)\n* createDecipher (aes)\n* createDiffieHellman\n* createSign (rsa, ecdsa)\n* createVerify (rsa, ecdsa)\n* createECDH (secp256k1)\n* publicEncrypt/privateDecrypt (rsa)\n* privateEncrypt/publicDecrypt (rsa)\n\n## todo\n\nthese features from node's `crypto` are still unimplemented.\n\n* createCredentials\n\n## contributions\n\nIf you are interested in writing a feature, please implement as a new module,\nwhich will be incorporated into crypto-browserify as a dependency.\n\nAll deps must be compatible with node's crypto\n(generate example inputs and outputs with node, and save base64 strings inside JSON, so that tests can run in the browser)\nsee [sha.js](https://github.com/dominictarr/sha.js)\n\nCrypto is _extra serious_ so please do not hesitate to review the code, and post comments if you do.\n\n## License\n\nMIT\n\n[package-url]: https://npmjs.org/package/crypto-browserify\n[npm-version-svg]: https://versionbadg.es/browserify/crypto-browserify.svg\n[deps-svg]: https://david-dm.org/browserify/crypto-browserify.svg\n[deps-url]: https://david-dm.org/browserify/crypto-browserify\n[dev-deps-svg]: https://david-dm.org/browserify/crypto-browserify/dev-status.svg\n[dev-deps-url]: https://david-dm.org/browserify/crypto-browserify#info=devDependencies\n[npm-badge-png]: https://nodei.co/npm/crypto-browserify.png?downloads=true\u0026stars=true\n[license-image]: https://img.shields.io/npm/l/crypto-browserify.svg\n[license-url]: LICENSE\n[downloads-image]: https://img.shields.io/npm/dm/crypto-browserify.svg\n[downloads-url]: https://npm-stat.com/charts.html?package=crypto-browserify\n[codecov-image]: https://codecov.io/gh/browserify/crypto-browserify/branch/main/graphs/badge.svg\n[codecov-url]: https://app.codecov.io/gh/browserify/crypto-browserify/\n[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/browserify/crypto-browserify\n[actions-url]: https://github.com/browserify/crypto-browserify/actions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowserify%2Fcrypto-browserify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrowserify%2Fcrypto-browserify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowserify%2Fcrypto-browserify/lists"}