Password generator for BIOS
Find a file
2018-04-22 16:25:12 +03:00
assets Add bootstrap css from old version 2018-01-30 17:07:40 +02:00
ci Add google analytics support 2018-02-08 02:42:06 +02:00
externs Add webassembly externs for closure compiler 2018-04-22 14:58:51 +03:00
html Rename solvers, make names unique 2018-02-07 22:03:32 +02:00
src Fix bug with signed to unsigned modulo 2018-04-22 14:58:51 +03:00
.gitignore Reorganize file structure 2018-04-10 14:00:53 +03:00
.travis.yml Add continious deployment to stage 2018-02-01 01:55:02 +02:00
gulpfile.js Add keygen for sony 4x4 codes (16 shifted hexdecimals) 2018-04-22 14:58:38 +03:00
karma.conf.js Drop IE 9 support 2018-04-22 16:25:12 +03:00
LICENSE.txt Add LICENSE, modification of .gitignore 2012-01-18 19:27:27 +02:00
package.json Update dependencies 2018-04-22 16:14:36 +03:00
README.md Update README.md 2018-02-16 17:04:25 +02: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.config.js Update dependencies 2018-04-22 16:14:36 +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 and 1F66. 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