🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@borfast/arrispwgen

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@borfast/arrispwgen

Arris Password of the Day Generator reusable library

latest
Source
npmnpm
Version
6.0.2
Version published
Weekly downloads
9
-10%
Maintainers
1
Weekly downloads
 
Created
Source

Arris Password of the Day Generator

PLEASE READ THIS!

1 - 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.

2 - 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.

NPM Version License CI Coverage Maintainability OpenSSF Scorecard Quality Gate Status Socket Badge ko-fi

Do 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!

Description

This is the library that implements the Arris password of the day generator for various Arris cable modems.

Unless you want to help with the code or use it in your own project, you are probably just interested in the online generator. You may also want to check the CLI or the Android app (which is also open source).

For a list of supported modems, troubleshooting options and more information, please visit the help page.

How to use

Install with npm install @borfast/arrispwgen.

The 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.

generate() has one required parameter and one optional parameter:

  • date (required): a Date object representing the date for which a password should be generated;
  • seed (optional): a string to be used as the seed for the password generator.

It returns a string which is the password for the given date.

generate_multi() has two required parameters and one optional parameter:

  • startdate (required): a Date object representing the first date for which a password should be generated;
  • enddate (required): a Date object representing the last date for which a password should be generated;
  • seed (optional): a string to be used as the seed for the password generator.

It returns an array of objects with two fields: date, a Date object, and password, the password for the corresponding date.

Keywords

arris

FAQs

Package last updated on 16 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts