{"id":24558015,"url":"https://github.com/rse/vpg","last_synced_at":"2025-03-16T19:21:31.806Z","repository":{"id":57393926,"uuid":"247562407","full_name":"rse/vpg","owner":"rse","description":"Versatile Password Generator","archived":false,"fork":false,"pushed_at":"2024-03-11T23:00:54.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-10T10:46:48.340Z","etag":null,"topics":["character","exclude","generator","include","password","set"],"latest_commit_sha":null,"homepage":"http://npmjs.com/vpg","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-15T22:27:37.000Z","updated_at":"2024-12-22T03:53:58.000Z","dependencies_parsed_at":"2022-09-26T16:51:20.547Z","dependency_job_id":null,"html_url":"https://github.com/rse/vpg","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rse%2Fvpg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rse%2Fvpg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rse%2Fvpg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rse%2Fvpg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rse","download_url":"https://codeload.github.com/rse/vpg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243918629,"owners_count":20368745,"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":["character","exclude","generator","include","password","set"],"created_at":"2025-01-23T05:47:09.927Z","updated_at":"2025-03-16T19:21:31.783Z","avatar_url":"https://github.com/rse.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nVPG\n===\n\n**Versatile Password Generator**\n\n\u003cp/\u003e\n\u003cimg src=\"https://nodei.co/npm/vpg.png?downloads=true\u0026stars=true\" alt=\"\"/\u003e\n\n\u003cp/\u003e\n\u003cimg src=\"https://david-dm.org/rse/vpg.png\" alt=\"\"/\u003e\n\nAbstract\n--------\n\nVPG is a small Application Programming Interface (API) and Command-Line\nInterface (CLI) to generate one or more passwords of a fixed length in\nan opinionated but versatile way by flexibly choosing the character sets\nfrom which the characters have to be picked.\n\nInstallation\n------------\n\n```\n$ npm install -g vpg\n```\n\nUsage\n-----\n\nThe Unix manual pages for the\n[API](https://github.com/rse/vpg/blob/master/vpg-api.md) and the\n[CLI](https://github.com/rse/vpg/blob/master/vpg-cli.md) contain\ndetailed usage information.\n\nExamples\n--------\n\n```\n# generate 5 passwords of length 10\n# with default character sets\n$ vpg -c 5 -l 10\nDAh2%vY?7E\n4X3\u0026?WTosL\n3bG#r@F9UA\n8oj\u0026R1QML?\noaX%1P\u0026XD1\n\n# generate 5 passwords of length 10\n# with 2 upper-case letters and 8 lower-case letters\n# and by avoiding the homoglyphs \"1\" and \"l\", and \"O\" and \"o\"\n$ vpg -c 5 -l 10 -i lowerletter,upperletter:2,digit:2 -d homoglyph:1lOo -e homoglyph\njw8K4aLhae\nmpj7M2hGgu\nMLud41swhj\nD1Tbx1nvqg\n9PIa5hjnba\n\n# generate 5 passwords of length 10\n# with just binary digits\n$ vpg -c 5 -l 10 -d binary:01 -i binary\n0110110111\n1011101000\n0111111111\n1111001000\n1110100101\n```\n\nLicense\n-------\n\nCopyright \u0026copy; 2020-2024 Dr. Ralf S. Engelschall (http://engelschall.com/)\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frse%2Fvpg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frse%2Fvpg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frse%2Fvpg/lists"}