Password generator for BIOS
Find a file
2020-06-12 17:22:18 +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 insyde module to typed arrays 2020-06-11 14:00:29 +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 insyde 10 digit code to a readme 2020-06-12 17:22:18 +03:00
tsconfig.json Switch insyde module to typed arrays 2020-06-11 14:00:29 +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 or 10 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