{"id":25770843,"url":"https://github.com/borfast/arrispwgen","last_synced_at":"2025-04-06T07:09:51.601Z","repository":{"id":37580289,"uuid":"869111","full_name":"borfast/arrispwgen","owner":"borfast","description":"A \"password of the day\" generator for Arris cable modems.","archived":false,"fork":false,"pushed_at":"2024-07-09T10:44:44.000Z","size":604,"stargazers_count":167,"open_issues_count":0,"forks_count":38,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-03-30T06:04:20.730Z","etag":null,"topics":["arris-modem","arris-password","javascript","password-generator"],"latest_commit_sha":null,"homepage":"https://www.borfast.com/projects/arris-password-of-the-day-generator/","language":"TypeScript","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/borfast.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2010-08-28T22:16:39.000Z","updated_at":"2025-02-04T00:34:20.000Z","dependencies_parsed_at":"2024-06-22T07:20:36.343Z","dependency_job_id":"1fd333eb-a912-4223-ac9c-6a99a74b540d","html_url":"https://github.com/borfast/arrispwgen","commit_stats":{"total_commits":133,"total_committers":5,"mean_commits":26.6,"dds":0.1428571428571429,"last_synced_commit":"80070c8936c36643c32526e626cf22e22fd39443"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borfast%2Farrispwgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borfast%2Farrispwgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borfast%2Farrispwgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borfast%2Farrispwgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/borfast","download_url":"https://codeload.github.com/borfast/arrispwgen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247445667,"owners_count":20939958,"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":["arris-modem","arris-password","javascript","password-generator"],"created_at":"2025-02-27T02:38:36.023Z","updated_at":"2025-04-06T07:09:51.582Z","avatar_url":"https://github.com/borfast.png","language":"TypeScript","funding_links":["https://ko-fi.com/B0B61NQ8A"],"categories":[],"sub_categories":[],"readme":"# Arris Password of the Day Generator\n\n-----------------------------------\n\n**PLEASE READ THIS!**\n\n1 - In the past few years, some internet service providers have been changing their modem configurations in ways that prevent this tool from working. If it doesn't work with your modem even though it is in the supported modems list, I'm afraid there's nothing I can do about it.\n\n2 - I am not Spanish or from Latin America. Please don't assume I can speak Spanish or that I have to reply to you in Spanish.\n\n-----------------------------------\n\n[![NPM Version](https://img.shields.io/npm/v/@borfast/arrispwgen.svg?style=flat)](https://npmjs.org/package/@borfast/arrispwgen)\n![License](https://img.shields.io/github/license/borfast/arrispwgen)\n[![Build Status](https://travis-ci.org/borfast/arrispwgen.svg?branch=master)](https://travis-ci.org/borfast/arrispwgen)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/borfast/arrispwgen/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/borfast/arrispwgen/?branch=master)\n[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/B0B61NQ8A)\n\nDo you need an Arris modem password? Are you stuck with your Arris modem, in a message that says \"in order to access advanced features you must enter the password of the day\"? Then you came to the right place!\n\n## Description\n\nThis is the _library_ that implements the [Arris password of the day generator](https://arrispwgen.borfast.com) for various Arris cable modems.\n\nUnless you want to help with the code or use it in your own project, you are probably just interested in the [online generator](https://arrispwgen.borfast.com). You may also want to check the [CLI](https://github.com/borfast/arrispwgen-cli) or the [Android app](https://play.google.com/store/apps/details?id=com.grounduphq.arrispwgen) (which is also [open source](https://github.com/borfast/arrispwgen-android)).\n\nFor a list of supported modems, troubleshooting options and more information, please visit the [help page](https://arrispwgen.borfast.com/help).\n\n\n## How to use\n\nInstall with `npm install @borfast/arrispwgen`.\n\nThe API consists of only two functions: `generate()`, to generate a single password for a given date, and `generate_multi()`, to generate multiple passwords for a range of dates.\n\n`generate()` has one required parameter and one optional parameter:\n\n* `date` (required): a `Date` object representing the date for which a password should be generated;\n* `seed` (optional): a string to be used as the seed for the password generator.\n\nIt returns a string which is the password for the given date.\n\n`generate_multi()` has two required parameters and one optional parameter:\n\n* `startdate` (required): a `Date` object representing the _first_ date for which a password should be generated;\n* `enddate` (required): a `Date` object representing the _last_ date for which a password should be generated;\n* `seed` (optional): a string to be used as the seed for the password generator.\n\nIt returns an array of objects with two fields: `date`, a `Date` object, and `password`, the password for the corresponding date.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborfast%2Farrispwgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborfast%2Farrispwgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborfast%2Farrispwgen/lists"}