Password generator for BIOS
Find a file
2016-07-18 19:15:19 +03:00
scripts Convert Sony and Samsung to typescript 2016-07-18 18:35:00 +03:00
.gitignore Build everything to one script 2016-07-17 02:13:33 +03:00
bootstrap.min.css Modification of styles. 2012-01-20 00:13:54 +02:00
decrypt_bios.js Added Dell 1D3B 2016-07-12 12:29:26 -07:00
index.html Build everything to one script 2016-07-17 02:13:33 +03:00
LICENSE.txt Add LICENSE, modification of .gitignore 2012-01-18 19:27:27 +02:00
Makefile Build everything to one script 2016-07-17 02:13:33 +03:00
README.md Typos 2016-07-12 12:34:23 -07:00
simple.html Rename file interface.html to simple.html 2012-01-19 21:38:48 +02:00
tsconfig.json Convert Sony and Samsung to typescript 2016-07-18 18:35:00 +03:00
ui.js Added Dell 1D3B 2016-07-12 12:29:26 -07: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.