Password generator for BIOS
Find a file
Slava Bacherikov d9bf30765f Add google analytics support
Add code to track performance metrics and events (password calculation).
2018-02-08 02:42:06 +02: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 google analytics support 2018-02-08 02:42:06 +02:00
html Rename solvers, make names unique 2018-02-07 22:03:32 +02:00
src Add google analytics support 2018-02-08 02:42:06 +02:00
.gitignore Add continious deployment to stage 2018-02-01 01:55:02 +02:00
.travis.yml Add continious deployment to stage 2018-02-01 01:55:02 +02:00
gulpfile.js Add clean task to gulp 2018-01-30 19:28:32 +02:00
karma.conf.js Run sauce tests only if credentials are loaded 2018-02-02 15:49:59 +02:00
LICENSE.txt Add LICENSE, modification of .gitignore 2012-01-18 19:27:27 +02:00
package.json Add clean task to gulp 2018-01-30 19:28:32 +02:00
README.md Add travis link to readme 2018-01-26 19:37:44 +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 Add google analytics support 2018-02-08 02:42:06 +02:00

Pwgen For BIOS

travis status

About

This code is based on python programs from Dogbert's Blog and research by Asyncritus.

It can calculate recovery password for bios from a service tag hash.

Supported BIOS types:

  • Compaq - 5 decimal digits
  • Dell - serial number for series -595B, -D35B. -2A7B and -1D3B
  • Fujitsu-Siemens - 5 decimal digits, 8 hexadecimal digits, 5x4 hexadecimal digits, 5x4 decimal digits
  • Hewlett-Packard - 5 decimal digits, 10 characters
  • Insyde H20 (generic) - 8 decimal digits
  • Phoenix (generic) - 5 decimal digits
  • Sony - 7 digit serial number
  • Samsung - 12 hexadecimal digits

For more information read this.