Password generator for BIOS
Find a file
Slava Bacherikov da4eb4318f Switch to ES6 modules, change test behavior
Now project is using ES6 modules and displays coverage reports for
browser tests (made via karma), while nodejs tests only keygens.
2020-06-07 00:52:45 +03:00
assets Add favicon 2019-09-04 21:27:48 +03:00
ci Update modules and dependencies, change to jsbi 2020-05-29 20:25:50 +03:00
html Disable autocomplete 2019-09-04 22:18:00 +03:00
src Switch to ES6 modules, change test behavior 2020-06-07 00:52:45 +03:00
typings/globals Update modules and dependencies, change to jsbi 2020-05-29 20:25:50 +03:00
.gitignore Update modules and dependencies, change to jsbi 2020-05-29 20:25:50 +03:00
.travis.yml Switch to ES6 modules, change test behavior 2020-06-07 00:52:45 +03:00
jasmine.json Switch to ES6 modules, change test behavior 2020-06-07 00:52:45 +03:00
karma.conf.js Switch to ES6 modules, change test behavior 2020-06-07 00:52:45 +03:00
LICENSE.txt Add LICENSE, modification of .gitignore 2012-01-18 19:27:27 +02:00
package-lock.json Switch to ES6 modules, change test behavior 2020-06-07 00:52:45 +03:00
package.json Switch to ES6 modules, change test behavior 2020-06-07 00:52:45 +03:00
README.md Add support for Acer Insyde 10 digits 2020-06-05 19:22:45 +03:00
tsconfig.json Switch to ES6 modules, change test behavior 2020-06-07 00:52:45 +03:00
tslint.json Refactor dell encoding, add more type information 2018-01-26 19:08:28 +02:00
webpack.base.js Update modules and dependencies, change to jsbi 2020-05-29 20:25:50 +03:00
webpack.config.js Replace closure compiler plugin with official one 2019-08-29 18:12:44 +03:00

Password generator for BIOS

travis 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. e.g: 1234567-2A7B or 1234567890A-D35B for HDD.
  • 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
  • Phoenix (generic) — 5 decimal digits
  • Sony — 7 digit serial number
  • Samsung — 12 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