{"id":23535063,"url":"https://github.com/ripta/diceware","last_synced_at":"2025-11-01T00:30:28.239Z","repository":{"id":57590170,"uuid":"45076685","full_name":"ripta/diceware","owner":"ripta","description":"Diceware passphrases in golang","archived":false,"fork":false,"pushed_at":"2015-10-27T23:40:34.000Z","size":144,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T09:43:03.460Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/ripta.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":"2015-10-27T23:34:28.000Z","updated_at":"2023-03-13T07:22:28.000Z","dependencies_parsed_at":"2022-09-06T12:12:14.280Z","dependency_job_id":null,"html_url":"https://github.com/ripta/diceware","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripta%2Fdiceware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripta%2Fdiceware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripta%2Fdiceware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripta%2Fdiceware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ripta","download_url":"https://codeload.github.com/ripta/diceware/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239242112,"owners_count":19605954,"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":[],"created_at":"2024-12-26T01:14:39.140Z","updated_at":"2025-11-01T00:30:28.208Z","avatar_url":"https://github.com/ripta.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## Downloading a Precompiled Binary\n\nHead over to the [releases page](https://github.com/ripta/diceware/releases) to just get a binary.\n\n## Usage\n\nUsage is straight-forward:\n\n```\n$ diceware\n1320 4260 4530 547 2323 3905\nclown mommy now bater fk lotte\n```\n\nand you should find `diceware help` to be rather helpful.\n\nYou can see a list of compiled word lists:\n\n```\n$ diceware list\nThe following word lists are available:\n  diceware\n  diceware8k\n```\n\nwhich can be used like such:\n\n```\n$ diceware -w diceware8k\n3631 1697 374 3706 3152 5801\nkiev defer arty kudzu horny scoop\n```\n\n## Building from Source\n\nThis application cannot be `go get`, because it does not come with a word list. If you want a binary, head over to the releases page on Github. The following instructions are available to those that want to build from source.\n\nGet a copy of this repository, without compiling:\n\n```\n$ go get -d github.com/ripta/diceware\n$ cd $GOPATH/github.com/ripta/diceware\n```\n\nGet and install `go-bindata`, which is required to package the word list into the binary:\n\n```\n$ go get -u github.com/jteeuwen/go-bindata/...\n```\n\nDownload the diceware word list, and use `go-bindata` to generate a file named `bindata.go` in this repository:\n\n```\n$ curl -sL -o data/diceware.asc 'http://world.std.com/~reinhold/diceware.wordlist.asc'\n$ curl -sL -o data/diceware8k.txt 'http://world.std.com/~reinhold/diceware8k.txt'\n$ go-bindata data\n```\n\nBuild the binary:\n\n```\n$ go build\n```\n\nAnd if `$GOPATH/bin` is in your `$PATH`, then `diceware` should just work.\n\n## New Word Lists\n\nAll files ending in `.txt` and `.asc` inside `data/` are available. A `.txt` file is assumed to be a straight list of one word per line, while a `.asc` file is assumed to be a tab-separated `garbage\\tword` with one entry on each line.\n\nPlace the file in `data/`, name it correctly, rerun `go-bindata`, and `go build`. The new binary should show the new file under the `list` command.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fripta%2Fdiceware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fripta%2Fdiceware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fripta%2Fdiceware/lists"}