{"id":15022018,"url":"https://github.com/denorg/scrypt","last_synced_at":"2025-04-12T06:06:04.730Z","repository":{"id":37941357,"uuid":"265705711","full_name":"denorg/scrypt","owner":"denorg","description":"🔑 Deno library for hashing passwords using scrypt","archived":false,"fork":false,"pushed_at":"2024-04-11T18:42:53.000Z","size":671,"stargazers_count":20,"open_issues_count":0,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-12T06:05:52.896Z","etag":null,"topics":["deno","denoland","denorg","key-derivation-function","scrypt","security","typescript"],"latest_commit_sha":null,"homepage":"https://denorg.github.io/scrypt/","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/denorg.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}},"created_at":"2020-05-20T23:13:24.000Z","updated_at":"2025-02-06T22:47:50.000Z","dependencies_parsed_at":"2024-11-14T13:02:50.863Z","dependency_job_id":null,"html_url":"https://github.com/denorg/scrypt","commit_stats":{"total_commits":120,"total_committers":6,"mean_commits":20.0,"dds":0.2833333333333333,"last_synced_commit":"10c0c7694a77e96d9034a63bae6b4443be587749"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":"denorg/starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denorg%2Fscrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denorg%2Fscrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denorg%2Fscrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denorg%2Fscrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denorg","download_url":"https://codeload.github.com/denorg/scrypt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248525144,"owners_count":21118618,"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":["deno","denoland","denorg","key-derivation-function","scrypt","security","typescript"],"created_at":"2024-09-24T19:57:20.393Z","updated_at":"2025-04-12T06:06:04.702Z","avatar_url":"https://github.com/denorg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔑 scrypt\n\nThis is a wasm-based (using rust-crypto) implementation of scrypt key derivation\nfunction that doesn't require any privileges.\n\n[![Deno CI](https://github.com/denorg/scrypt/workflows/Deno%20CI/badge.svg)](https://github.com/denorg/scrypt/actions)\n[![GitHub](https://img.shields.io/github/license/denorg/scrypt)](https://github.com/denorg/scrypt/blob/master/LICENSE)\n[![Contributors](https://img.shields.io/github/contributors/denorg/scrypt)](https://github.com/denorg/scrypt/graphs/contributors)\n[![Scrypt](https://img.shields.io/badge/deno-scrypt-brightgreen)](https://denorg.github.io/scrypt/)\n[![Made by Denorg](https://img.shields.io/badge/made%20by-denorg-0082fb)](https://github.com/denorg)\n[![TypeScript](https://img.shields.io/badge/types-TypeScript-blue)](https://github.com/denorg/scrypt)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n\n## ⭐ Getting started\n\nImport the `hash` and/or `verify` functions and use them:\n\n```ts\nimport { hash, verify } from \"jsr:@denorg/scrypt@4.4.4\";\n\nconst hashResult = hash(\"password\");\nconst verifyResult = verify(\"password\", hashResult);\n```\n\n### CLI with [DPX](https://github.com/denorg/dpx)\n\nAfter [installing DPX](https://github.com/denorg/dpx), you can directly use the\nCLI using the `dpx` command:\n\n```bash\ndpx scrypt hash \u003cpassword\u003e\ndpx scrypt verify \u003cpassword\u003e \u003chash\u003e\n```\n\n### CLI\n\nAlternatively, you can use it directly from the CLI by using `deno run`:\n\n```bash\ndeno run jsr:@denorg/scrypt@4.4.4/cli hash \u003cpassword\u003e\ndeno run jsr:@denorg/scrypt@4.4.4/cli verify \u003cpassword\u003e \u003chash\u003e\n```\n\nYou can also install it globally using the following:\n\n```bash\ndeno install -n scrypt jsr:@denorg/scrypt@4.4.4/cli\n```\n\nThen, the package is available to run:\n\n```bash\nscrypt hash \u003cpassword\u003e\nscrypt verify \u003cpassword\u003e\n```\n\n## 👩‍💻 Development\n\nRun tests:\n\n```bash\ndeno test\n```\n\n## 📄 License\n\nMIT © [Denorg](https://den.org.in)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://den.org.in\"\u003e\n    \u003cimg width=\"100\" alt=\"\" src=\"https://raw.githubusercontent.com/denorg/denorg/master/logo.svg\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003csub\u003eA project by \u003ca href=\"https://den.org.in\"\u003eDenorg\u003c/a\u003e, the world's first Deno-focused community\u003cbr\u003eorganization and consulting company. \u003ca href=\"https://den.org.in\"\u003eWork with us →\u003c/a\u003e\u003c/sub\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenorg%2Fscrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenorg%2Fscrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenorg%2Fscrypt/lists"}