{"id":18096280,"url":"https://github.com/bredele/diceware-word","last_synced_at":"2025-07-18T01:06:34.374Z","repository":{"id":57159240,"uuid":"161828424","full_name":"bredele/diceware-word","owner":"bredele","description":"Generate passphrase word from diceware dictionary","archived":false,"fork":false,"pushed_at":"2018-12-14T19:24:10.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T20:48:49.902Z","etag":null,"topics":["diceware","random","word"],"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/bredele.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-12-14T18:58:34.000Z","updated_at":"2023-03-04T06:13:32.000Z","dependencies_parsed_at":"2022-09-08T10:40:13.087Z","dependency_job_id":null,"html_url":"https://github.com/bredele/diceware-word","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/bredele%2Fdiceware-word","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bredele%2Fdiceware-word/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bredele%2Fdiceware-word/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bredele%2Fdiceware-word/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bredele","download_url":"https://codeload.github.com/bredele/diceware-word/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248695438,"owners_count":21146954,"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":["diceware","random","word"],"created_at":"2024-10-31T19:13:16.412Z","updated_at":"2025-04-13T10:05:03.000Z","avatar_url":"https://github.com/bredele.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# diceware-word\n\n[![Build Status](https://travis-ci.org/bredele/diceware-word.svg?branch=master)](https://travis-ci.org/bredele/diceware-word)\n [![NPM](https://img.shields.io/npm/v/diceware-word.svg)](https://www.npmjs.com/package/diceware-word)\n [![Downloads](https://img.shields.io/npm/dm/diceware-word.svg)](http://npm-stat.com/charts.html?package=diceware-word)\n [![pledge](https://bredele.github.io/contributing-guide/community-pledge.svg)](https://github.com/bredele/contributing-guide/blob/master/guidelines.md)\n\nCreate [diceware word](https://github.com/bredele/diceware-list) using [dices](https://github.com/bredele/dice-random) as random number generators. A word requires five rolls of the dice and each word generated adds 12.9 bits ![entropy](http://latex.codecogs.com/gif.latex?%5Clog_%7Be%7D%286%5E5%29) of entropy to your passphrase.\n\n\n## Usage\n\n```js\nconst word = require('diceware-word')\n\n// generate random diceware word\nword()\n// =\u003e zoom\n```\n\nYou can change the entropy by changing the number of rolls (first argument) as well as the diceware word list (second argument).\n\n\n## Installation\n\n```shell\nnpm install diceware-word --save\n```\n\n[![NPM](https://nodei.co/npm/diceware-word.png)](https://nodei.co/npm/diceware-word/)\n\n\n## Question\n\nFor questions and feedback please use our [twitter account](https://twitter.com/bredeleca). For support, bug reports and or feature requests please make sure to read our\n\u003ca href=\"https://github.com/bredele/contributing-guide/blob/master/guidelines.md\" target=\"_blank\"\u003ecommunity guideline\u003c/a\u003e and use the issue list of this repo and make sure it's not present yet in our reporting checklist.\n\n## Contribution\n\ndiceware-word is an open source project and would not exist without its community. If you want to participate please make sure to read our \u003ca href=\"https://github.com/bredele/contributing-guide/blob/master/guidelines.md\" target=\"_blank\"\u003eguideline\u003c/a\u003e before making a pull request. If you have any diceware-word related project, component or other let everyone know in our wiki.\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2016 Olivier Wietrich\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbredele%2Fdiceware-word","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbredele%2Fdiceware-word","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbredele%2Fdiceware-word/lists"}