{"id":27708598,"url":"https://github.com/imyller/node-bcryptjs-cli","last_synced_at":"2025-07-22T21:03:03.256Z","repository":{"id":77645023,"uuid":"61791610","full_name":"imyller/node-bcryptjs-cli","owner":"imyller","description":"Command line interface for bcryptjs","archived":false,"fork":false,"pushed_at":"2016-06-23T17:58:01.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-28T16:18:40.501Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/imyller.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,"zenodo":null}},"created_at":"2016-06-23T09:12:02.000Z","updated_at":"2019-07-20T17:45:29.000Z","dependencies_parsed_at":"2023-02-23T22:00:13.760Z","dependency_job_id":null,"html_url":"https://github.com/imyller/node-bcryptjs-cli","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/imyller/node-bcryptjs-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imyller%2Fnode-bcryptjs-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imyller%2Fnode-bcryptjs-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imyller%2Fnode-bcryptjs-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imyller%2Fnode-bcryptjs-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imyller","download_url":"https://codeload.github.com/imyller/node-bcryptjs-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imyller%2Fnode-bcryptjs-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266572293,"owners_count":23949992,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-04-26T10:35:43.076Z","updated_at":"2025-07-22T21:03:03.204Z","avatar_url":"https://github.com/imyller.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"node-bcryptjs-cli\n=================\n[![Build Status](https://travis-ci.org/imyller/node-bcryptjs-cli.svg)](https://travis-ci.org/imyller/node-bcryptjs-cli)\n[![npm version](https://badge.fury.io/js/bcryptjs-cli.svg)](http://badge.fury.io/js/bcryptjs-cli)\n\n[![NPM](https://nodei.co/npm/bcryptjs-cli.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://nodei.co/npm/bcryptjs-cli/)\n[![NPM](https://nodei.co/npm-dl/bcryptjs-cli.png?months=6\u0026height=3)](https://nodei.co/npm-dl/bcryptjs-cli/)\n\n\u003e The [`bcryptjs`](https://github.com/dcodeIO/bcrypt.js) command line interface.\n\nInstall this globally and you'll have access to the `bcryptjs` command anywhere on your system.\n\n```\nnpm install -g bcryptjs-cli\n```\n\n## Usage\n\n```\n$ bcryptjs\nusage: bcryptjs \u003cstring\u003e [salt rounds]\n```\n\n```\n$ bcryptjs mypassword\n$2a$10$ckDge4zC6brAIMtM9x47zeG56MxG7UuaVzboIP0jkHuJP7d6jIEti\n```\n\n```\n$ bcryptjs mypassword 12\n$2a$12$1L/qFa8UKvJ9uNFoELuiDOh0rDc5ren1QnymTtD7QYpVfp4TVzFum\n```\n\n## Security considerations\n\nBesides incorporating a salt to protect against rainbow table attacks, bcrypt is an adaptive function: over time, the\niteration count can be increased to make it slower, so it remains resistant to brute-force search attacks even with\nincreasing computation power. ([see](http://en.wikipedia.org/wiki/Bcrypt))\n\nThe maximum input length is 72 bytes (note that UTF8 encoded characters use up to 4 bytes) and the length of generated\nhashes is 60 characters.\n\n## Testing\n\n```sh\n$ npm test\n```\n\n## Contributing\n\nYou can find the repository at:\nhttps://github.com/imyller/node-bcryptjs-cli\n\nIssues/Feature Requests can be submitted at:\nhttps://github.com/imyller/node-bcryptjs-cli/issues\n\nI'd really like to hear your feedback, and I'd love to receive your pull-requests!\n\n## Copyright\n\nCopyright 2016 Ilkka Myller. This software is licensed under the MIT License, see `LICENSE` for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimyller%2Fnode-bcryptjs-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimyller%2Fnode-bcryptjs-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimyller%2Fnode-bcryptjs-cli/lists"}