{"id":18613896,"url":"https://github.com/sameera-madushan/diceware-password-generator","last_synced_at":"2025-04-10T23:32:10.606Z","repository":{"id":186431842,"uuid":"337512823","full_name":"sameera-madushan/Diceware-Password-Generator","owner":"sameera-madushan","description":"Python implementation of the diceware password generating algorithm.","archived":false,"fork":false,"pushed_at":"2024-10-29T18:31:00.000Z","size":69,"stargazers_count":38,"open_issues_count":0,"forks_count":9,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-25T06:51:12.273Z","etag":null,"topics":["diceware","diceware-passphrase-generator","diceware-password","password-generator","passwords","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/sameera-madushan.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}},"created_at":"2021-02-09T19:26:21.000Z","updated_at":"2024-11-27T09:56:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"33f58533-6e51-42a3-b880-d0cac0a65001","html_url":"https://github.com/sameera-madushan/Diceware-Password-Generator","commit_stats":null,"previous_names":["sameera-madushan/diceware-password-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameera-madushan%2FDiceware-Password-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameera-madushan%2FDiceware-Password-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameera-madushan%2FDiceware-Password-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameera-madushan%2FDiceware-Password-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sameera-madushan","download_url":"https://codeload.github.com/sameera-madushan/Diceware-Password-Generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248316484,"owners_count":21083453,"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","diceware-passphrase-generator","diceware-password","password-generator","passwords","python"],"created_at":"2024-11-07T03:24:08.200Z","updated_at":"2025-04-10T23:32:10.259Z","avatar_url":"https://github.com/sameera-madushan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Diceware Password Generator - Generate High Entropy Passwords\n\n**Please Note - This Program Do Not Store Passwords In Any Form And All The Passwords Are Generated Locally Inside You Device.**\n\n[Diceware](https://theworld.com/~reinhold/diceware.html) is a method used to generate cryptographically strong memorable passphrases. This is a python implementation of the diceware password generating algorithm. Inspired after watching [this](https://youtu.be/Pe_3cFuSw1E) video.\n\n![DPG](https://user-images.githubusercontent.com/55880211/107419797-34a05800-6b3e-11eb-9e47-455309604168.gif)\n\n## How DPG Generate Passwords?\n\nTraditional Diceware uses rolls of physical dice, this application uses a strong random number generator in place of the dice. A virtual dice is roled 5 times, and the 5 digit number used against a lookup [table of words](https://www.eff.org/files/2016/07/18/eff_large_wordlist.txt). 6 dice rolls gives you 6 random words which are easy for a human being to remember, yet have a high amount of entropy which makes them hard to crack.\n\n__WARNING__ : [Using a computer to generate your passphrases is not as secure as rolling physical die with a paper reference of the diceware list.](https://theworld.com/~reinhold/dicewarefaq.html#:~:text=Generating%20truly%20random%20numbers%20using%20a,better%20way%20to%20select%20passphrase%20words.)\n\nFor more details check out the diceware passphrase [home page](https://theworld.com/~reinhold/diceware.html).\n\n## Git Installation\n```\n# clone the repo\n$ git clone https://github.com/sameera-madushan/Diceware-Password-Generator.git\n\n# change the working directory to Diceware-Password-Generator\n$ cd Diceware-Password-Generator\n```\n\n## Usage\n\n```\nusage: python dpg.py\n```\n\n**Diceware** is a **trademark** of [Arnold Reinhold](https://theworld.com/~reinhold/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameera-madushan%2Fdiceware-password-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsameera-madushan%2Fdiceware-password-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameera-madushan%2Fdiceware-password-generator/lists"}