{"id":13791449,"url":"https://github.com/jbclements/molis-hai","last_synced_at":"2026-01-05T21:49:12.375Z","repository":{"id":29307056,"uuid":"32840278","full_name":"jbclements/molis-hai","owner":"jbclements","description":"Password Generation using Markov models, Huffman trees, and Charles Dickens","archived":false,"fork":false,"pushed_at":"2019-02-11T11:29:27.000Z","size":2092,"stargazers_count":43,"open_issues_count":4,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T05:47:45.762Z","etag":null,"topics":["huffman-tree","markov-model","molis-hai","racket"],"latest_commit_sha":null,"homepage":null,"language":"Racket","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jbclements.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-03-25T03:25:16.000Z","updated_at":"2024-05-01T20:32:11.000Z","dependencies_parsed_at":"2022-09-05T18:00:46.109Z","dependency_job_id":null,"html_url":"https://github.com/jbclements/molis-hai","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/jbclements%2Fmolis-hai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbclements%2Fmolis-hai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbclements%2Fmolis-hai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbclements%2Fmolis-hai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbclements","download_url":"https://codeload.github.com/jbclements/molis-hai/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245458727,"owners_count":20618697,"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":["huffman-tree","markov-model","molis-hai","racket"],"created_at":"2024-08-03T22:01:00.401Z","updated_at":"2026-01-05T21:49:12.347Z","avatar_url":"https://github.com/jbclements.png","language":"Racket","funding_links":[],"categories":["Racket"],"sub_categories":[],"readme":"# molis-hai\n\nPassword Generation using Markov models, Huffman trees, and Charles Dickens\n\nThis repo contains the Racket code that I used to generate markov models and\nhuffman trees for [Molis Hai](http://www.brinckerhoff.org/molis-hai/pwgen.html),\na random password generator that generates relatively memorable strings.\n\n\nIt's a Racket Package, which means you can install it using\n\n```\nraco pkg install molis-hai\n```\n\nYou can run it using\n\n```\nraco molis-hai\n```\n\nThis will give you a single password using an order-2 model and 56 bits of entropy.\n\nYou could instead run\n\n```\nraco molis-hai -o 3 -b 80 -n 4\n```\n\nto generate 4 passwords using a third-order model with 80 bits of entropy each.\n\nWhen I'm generating secure root passwords, I generate 8 passwords using 59 bits\nof entropy, and then pick the one I like the best. This guarantees at least 56\nbits of entropy in the resulting password.\n\nGive it a try!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbclements%2Fmolis-hai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbclements%2Fmolis-hai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbclements%2Fmolis-hai/lists"}