{"id":16875883,"url":"https://github.com/marvinjwendt/node-hash-all","last_synced_at":"2026-04-10T23:46:04.210Z","repository":{"id":48030150,"uuid":"149495618","full_name":"MarvinJWendt/node-hash-all","owner":"MarvinJWendt","description":"NodeJS module to hash a string in every available hash and do something with it.","archived":false,"fork":false,"pushed_at":"2023-01-03T15:16:35.000Z","size":439,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T11:44:14.551Z","etag":null,"topics":["crypto","decipher","hash","javascript","md5","module","nodejs","nodejs-modules","npm","sha","shaders"],"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/MarvinJWendt.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-09-19T18:34:27.000Z","updated_at":"2020-07-30T12:58:10.000Z","dependencies_parsed_at":"2023-02-01T07:01:14.467Z","dependency_job_id":null,"html_url":"https://github.com/MarvinJWendt/node-hash-all","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/MarvinJWendt/node-hash-all","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarvinJWendt%2Fnode-hash-all","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarvinJWendt%2Fnode-hash-all/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarvinJWendt%2Fnode-hash-all/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarvinJWendt%2Fnode-hash-all/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarvinJWendt","download_url":"https://codeload.github.com/MarvinJWendt/node-hash-all/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarvinJWendt%2Fnode-hash-all/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259820785,"owners_count":22916544,"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":["crypto","decipher","hash","javascript","md5","module","nodejs","nodejs-modules","npm","sha","shaders"],"created_at":"2024-10-13T15:37:21.362Z","updated_at":"2026-04-10T23:46:04.147Z","avatar_url":"https://github.com/MarvinJWendt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hash-all\n\u003e NodeJS module to hash a string in every available hash and do something with it.\n\n## Usage\nTo install the module run:\n``npm i hash-all``\n\nTo import the module:\n\n    const hashAll = require('hash-all')\n    \nTo run it:\n    \n    //Log every hash possibility to the console\n    hashAll.forEachHash('Hello World', (hash, algo) =\u003e {\n        console.log(`(${algo}) - ${hash}`)\n    })\n    \n    //Log every hash you set in a list to the console\n    app.forEachHashInList('Hello World', ['md5', 'sha1'], (hash, algo) =\u003e {\n        console.log(`(${algo}) - ${hash}`)\n    })\n    \n    //Get every supported hash ('md5, 'sha1', etc..)\n    hashAll.getHashes()\n    hashAll.hashes","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarvinjwendt%2Fnode-hash-all","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarvinjwendt%2Fnode-hash-all","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarvinjwendt%2Fnode-hash-all/lists"}