Password generator for BIOS
Find a file
2018-01-09 01:24:27 +02:00
html Reorganaize project structure 2017-07-16 16:19:37 +03:00
src Split code into modules and add gulpfile 2018-01-08 22:13:19 +02:00
.gitignore Reorganaize project structure 2017-07-16 16:19:37 +03:00
.travis.yml Add travis.yml and configure npm test 2018-01-08 22:23:42 +02:00
gulpfile.js Split code into modules and add gulpfile 2018-01-08 22:13:19 +02:00
LICENSE.txt Add LICENSE, modification of .gitignore 2012-01-18 19:27:27 +02:00
package.json Add gulp-tslint and tslint to npm dev dependencies 2018-01-09 01:24:27 +02:00
README.md Typos 2016-07-12 12:34:23 -07:00
tsconfig.json Split code into modules and add gulpfile 2018-01-08 22:13:19 +02:00
tslint.json Split code into modules and add gulpfile 2018-01-08 22:13:19 +02:00

Pwgen For BIOS

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.