dependabot[bot] 7e4e79dfe2 Bump node-forge from 1.2.1 to 1.3.0
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/digitalbazaar/forge/releases)
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-26 01:41:13 +00:00
2019-09-04 21:27:48 +03:00
2022-02-10 16:28:58 +02:00
2019-09-04 22:18:00 +03:00

Password generator for BIOS

github actions status coverage here

tested-browsers

This project contains master password generators for various BIOS/UEFI firmware. For more info read this.

Latest released version available here and latest testing version (synchronized with master branch) here.

Supported BIOS types:

  • Asus — current BIOS date. For example: 01-02-2013
  • Compaq — 5 decimal digits (e.g. 12345)
  • Dell — supports such series: 595B, D35B, 2A7B, A95B, 1D3B, 6FF1, 1F66, 1F5A and BF97, E7A8. e.g: 1234567-2A7B or 1234567890A-D35B for HDD.
  • Dell Insyde BIOS (Latitude 3540) — e.g. 5F3988D5E0ACE4BF-7QH8602 (7QH8602 — service tag).
  • Fujitsu-Siemens — 5 decimal digits, 8 hexadecimal digits, 5x4 hexadecimal digits, 5x4 decimal digits
  • Hewlett-Packard — 5 decimal digits, 10 characters
  • Insyde H20 (Acer, HP) — 8 decimal digits, 10 decimal digits or HP i (lowercase and uppercase) prefixed 8 digits.
  • Phoenix (generic) — 5 decimal digits
  • Sony — 7 digit serial number
  • HP (AMI BIOS) — 8 hexadecimal digits (A code)
  • Samsung — 12, 18 or 44 hexadecimal digits

More info

Thanks

  • asyncritius — for major contribution to dell generator
  • dogbert — researched most of generators present here
  • hpgl — for dell generator
  • let-def — for Acer Insyde 10 digit
Description
No description provided
Readme 1.3 MiB
Languages
TypeScript 89.9%
JavaScript 4.7%
HTML 3.4%
Python 1.9%