{"id":19536246,"url":"https://github.com/salvatoretosti/harbor","last_synced_at":"2026-06-11T06:31:46.637Z","repository":{"id":82047938,"uuid":"29604268","full_name":"SalvatoreTosti/harbor","owner":"SalvatoreTosti","description":"Command line password generator based on Diceware, written in Clojure.","archived":false,"fork":false,"pushed_at":"2017-12-30T15:09:52.000Z","size":72,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-04-30T03:41:14.620Z","etag":null,"topics":["clojure","diceware","password","password-generator"],"latest_commit_sha":null,"homepage":"http://salvatoretosti.github.io/harbor/","language":"Clojure","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/SalvatoreTosti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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}},"created_at":"2015-01-21T18:21:37.000Z","updated_at":"2017-05-26T04:04:20.000Z","dependencies_parsed_at":"2023-03-07T11:30:13.037Z","dependency_job_id":null,"html_url":"https://github.com/SalvatoreTosti/harbor","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/SalvatoreTosti/harbor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SalvatoreTosti%2Fharbor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SalvatoreTosti%2Fharbor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SalvatoreTosti%2Fharbor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SalvatoreTosti%2Fharbor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SalvatoreTosti","download_url":"https://codeload.github.com/SalvatoreTosti/harbor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SalvatoreTosti%2Fharbor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34186385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["clojure","diceware","password","password-generator"],"created_at":"2024-11-11T02:21:52.058Z","updated_at":"2026-06-11T06:31:46.613Z","avatar_url":"https://github.com/SalvatoreTosti.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# harbor\n\nA [diceware](http://world.std.com/~reinhold/diceware.html)-like password generator for your command prompt.  \n__Disclaimer:__ This is a _hobbyist_ project, I do not guarantee the passwords generated are crypto-secure or anything like that.\n\n## Installation\n\n### Option 1, Download A Release\n1. Head over to the [releases](https://github.com/SalvatoreTosti/harbor/releases) page.\n2. Download a zip file.\n3. Extract it, then move the binary file into a directory on your PATH. (I use ~/bin/harbor)  \nIf you downloaded the *harbor\\_jar.zip*, extract it and move the JAR into a directory on your PATH.\nThen add the following line to the .bashrc file in your HOME directory: `harbor(){ java -jar PATH_TO_JAR_HERE  \"$@\"; }`\n4. Set sail, you're done! :boat:\n\n### Option 2, Generate A Binary File\n1. Generate a binary file using the leiningen `lein bin` command (requires [lein-bin](https://github.com/Raynes/lein-bin)).\n2. Move the binary file into a directory on your PATH.\n3. Cast off, you're done! :boat:\n\n### Option 3, Generate A JAR\n1. Generate a JAR using the [Leiningen](https://leiningen.org/) `lein uberjar` command.\n2. Move the jar into a directory on your PATH\n3. Add the following line to the .bashrc file in your HOME directory: `harbor(){ java -jar PATH_TO_JAR_HERE  \"$@\"; }`\n4. Weigh anchor, you're done! :boat:\n\n## Usage\n\nThe `harbor` command takes a single argument, the number of words you want to generate.\nUsing `harbor 2` will generate a 2 word passphrase like _moore roar_.  \nIf no argument is specified, harbor will default to a 5 word passphrase.\n\n## Options\n\n- `--help` Help information\n- `--version` Version information\n- `--length LENGTH` Length of passphrase sequence\n- `--repeat COUNT` Generates COUNT number of sequences\n- `--special COUNT` Inserts a COUNT number of special characters into a sequence\n- `--number COUNT` Inserts a given number of numeric characters into a sequence\n- `--capital COUNT` Capitalizes a given number of characters in the generated sequence\n- `--wait COUNT` Specifies the number of seconds a generated password will remain in the clipboard\n\nHave an idea for an option? File an [issue](https://github.com/SalvatoreTosti/harbor/issues)!\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalvatoretosti%2Fharbor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalvatoretosti%2Fharbor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalvatoretosti%2Fharbor/lists"}