{"id":16724968,"url":"https://github.com/pchaigno/node-ssdeep","last_synced_at":"2025-04-10T10:22:37.308Z","repository":{"id":44921138,"uuid":"60429350","full_name":"pchaigno/node-ssdeep","owner":"pchaigno","description":"Node.js wrapper for the ssdeep fuzzy hashing library","archived":false,"fork":false,"pushed_at":"2022-06-22T10:07:36.000Z","size":11,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T09:11:29.526Z","etag":null,"topics":["fuzzy-hashes","node-wrapper","ssdeep"],"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/pchaigno.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":"2016-06-04T20:38:44.000Z","updated_at":"2020-01-27T02:39:56.000Z","dependencies_parsed_at":"2022-09-16T12:41:05.814Z","dependency_job_id":null,"html_url":"https://github.com/pchaigno/node-ssdeep","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchaigno%2Fnode-ssdeep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchaigno%2Fnode-ssdeep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchaigno%2Fnode-ssdeep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchaigno%2Fnode-ssdeep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pchaigno","download_url":"https://codeload.github.com/pchaigno/node-ssdeep/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247852137,"owners_count":21006885,"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":["fuzzy-hashes","node-wrapper","ssdeep"],"created_at":"2024-10-12T22:47:26.232Z","updated_at":"2025-04-10T10:22:37.267Z","avatar_url":"https://github.com/pchaigno.png","language":"JavaScript","readme":"# ssdeep\n\n[![Build Status](https://travis-ci.org/pchaigno/node-ssdeep.svg?branch=master)](https://travis-ci.org/pchaigno/node-ssdeep)\n[![Coverage Status](https://coveralls.io/repos/github/pchaigno/node-ssdeep/badge.svg?branch=master)](https://coveralls.io/github/pchaigno/node-ssdeep?branch=master)\n\nNode.js wrapper for the ssdeep fuzzy hashing library.\n\n## Installation\n\nYou will need `libfuzzy` installed. All major Linux distributions have it available as a package:\n```\nsudo apt-get install libfuzzy-dev\n```\nYou can also install it from [sources](http://ssdeep.sourceforge.net/#download).\n\nThen, install the Node.js wrapper:\n```\nnpm install ssdeep\n```\n\n\n## Examples\n\nTo compute a fuzzy hash:\n```node\nvar hash = ssdeep.hash('text to hash');\n```\n\nTo compute the fuzzy hash of a file:\n```node\nvar hash = ssdeep.hash_from_file('file_to_hash.txt');\n```\n\nTo compare two fuzzy hashes:\n```node\nvar score = ssdeep.compare(hash1, hash2);\n```\n\n\n## License\n\nThis package is under [MIT license](LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpchaigno%2Fnode-ssdeep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpchaigno%2Fnode-ssdeep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpchaigno%2Fnode-ssdeep/lists"}