{"id":23756790,"url":"https://github.com/akopcz2/recursive-password-generator","last_synced_at":"2025-06-18T07:42:17.065Z","repository":{"id":86640153,"uuid":"142517025","full_name":"akopcz2/recursive-password-generator","owner":"akopcz2","description":"0 dependency, recursive password generator based on word game word list","archived":false,"fork":false,"pushed_at":"2018-08-01T01:59:03.000Z","size":648,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T11:44:52.927Z","etag":null,"topics":["es6","password-generator","recursive","wordlist"],"latest_commit_sha":null,"homepage":"","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/akopcz2.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-27T02:22:21.000Z","updated_at":"2023-05-25T17:38:38.000Z","dependencies_parsed_at":"2023-07-08T06:00:15.185Z","dependency_job_id":null,"html_url":"https://github.com/akopcz2/recursive-password-generator","commit_stats":{"total_commits":28,"total_committers":2,"mean_commits":14.0,"dds":0.2857142857142857,"last_synced_commit":"38aa83ab4a1cbbaf7447cf088524c9a1db333cea"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akopcz2/recursive-password-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akopcz2%2Frecursive-password-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akopcz2%2Frecursive-password-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akopcz2%2Frecursive-password-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akopcz2%2Frecursive-password-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akopcz2","download_url":"https://codeload.github.com/akopcz2/recursive-password-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akopcz2%2Frecursive-password-generator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260513683,"owners_count":23020568,"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":["es6","password-generator","recursive","wordlist"],"created_at":"2024-12-31T19:19:05.284Z","updated_at":"2025-06-18T07:42:12.054Z","avatar_url":"https://github.com/akopcz2.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n## Wordlist Password Generator\n\nUses words found within the worldlists on the site [https://www.wordgamedictionary.com/word-lists/]\n\n**No External Dependecies**\n\n**Uses Async**\nCompatible with Node versions \u003e=7.6 (containing default ASYNC)\n\n```javascript\nlet randomPass = require('wordlist-password-generator');\n/** \n * (4) Number of letters you want to word to have | Max = 12\n * (2) Levels of depth | 2 words and 2 numbers \n * */\nlet userPassword = new randomPass(4,2);\nuserPassword.init().then((value) =\u003e {\n    const userPassword = value;\n    console.log(userPassword);\n});\n/* This would return something like lahs.guru-10 */\n```\n\n#### To Do\n1. Allow for upload of custom wordlist","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakopcz2%2Frecursive-password-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakopcz2%2Frecursive-password-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakopcz2%2Frecursive-password-generator/lists"}