Password generator for BIOS
Find a file
2020-02-02 14:39:02 +02:00
assets Add favicon 2019-09-04 21:27:48 +03:00
ci Replace closure compiler plugin with official one 2019-08-29 18:12:44 +03:00
externs Add webassembly externs for closure compiler 2018-04-22 14:58:51 +03:00
html Disable autocomplete 2019-09-04 22:18:00 +03:00
src Port dogbert's fsi 6x4 script 2019-09-01 15:25:18 +03:00
.gitignore Reorganize file structure 2018-04-10 14:00:53 +03:00
.travis.yml Replace closure compiler plugin with official one 2019-08-29 18:12:44 +03:00
gulpfile.js Replace closure compiler plugin with official one 2019-08-29 18:12:44 +03:00
karma.conf.js Fix saucelabs tests 2019-08-19 19:40:59 +03:00
LICENSE.txt Add LICENSE, modification of .gitignore 2012-01-18 19:27:27 +02:00
package-lock.json Update dependencies 2020-02-02 14:39:02 +02:00
package.json Update dependencies 2020-02-02 14:39:02 +02:00
README.md Add support for dell tag BF97 2019-08-31 14:49:09 +03:00
tsconfig.json Add google analytics support 2018-02-08 02:42:06 +02:00
tslint.json Refactor dell encoding, add more type information 2018-01-26 19:08:28 +02:00
webpack.base.js Add favicon 2019-09-04 21:27:48 +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