Password generator for BIOS
Find a file
Slava Bacherikov dc3a8cb936 Make dell service tags case insensitive
Dell service tag is always uppercase, so there is no point in allowing
lowercase input. This supposed reduce amount of errors users can make
when generating password.
2022-02-19 18:44:44 +02:00
.github Migrate from travis to github actions 2022-02-10 16:28:58 +02:00
assets Add favicon 2019-09-04 21:27:48 +03:00
ci Migrate from travis to github actions 2022-02-10 16:28:58 +02:00
html Disable autocomplete 2019-09-04 22:18:00 +03:00
src Make dell service tags case insensitive 2022-02-19 18:44:44 +02:00
typings/globals Update modules and dependencies, change to jsbi 2020-05-29 20:25:50 +03:00
.eslintrc.js Switch code linter to eslint and update deps 2022-02-08 21:01:33 +02:00
.gitignore Update modules and dependencies, change to jsbi 2020-05-29 20:25:50 +03:00
jasmine.json Switch to ES6 modules, change test behavior 2020-06-07 00:52:45 +03:00
karma.conf.js Migrate from travis to github actions 2022-02-10 16:28:58 +02:00
LICENSE.txt Add LICENSE, modification of .gitignore 2012-01-18 19:27:27 +02:00
package-lock.json Switch code linter to eslint and update deps 2022-02-08 21:01:33 +02:00
package.json Switch code linter to eslint and update deps 2022-02-08 21:01:33 +02:00
README.md Migrate from travis to github actions 2022-02-10 16:28:58 +02:00
tsconfig.json Switch insyde module to typed arrays 2020-06-11 14:00:29 +03:00
webpack.base.js Switch code linter to eslint and update deps 2022-02-08 21:01:33 +02:00
webpack.config.js Replace closure compiler plugin with official one 2019-08-29 18:12:44 +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