Password generator for BIOS
Find a file
Slava b5e980da49 Merge pull request #22 from dandar3/master
#8 monospace font for tag / password for readability (index.html)
2017-06-25 20:32:51 +03:00
tests Add simple tests 2013-11-21 20:13:02 +02: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 New password generators for Dell 1F66 and 6FF1 (#12) 2016-11-13 21:18:38 +02:00
index.html #8 monospace font for tag / password for readability 2017-06-19 00:34:59 +03:00
LICENSE.txt Add LICENSE, modification of .gitignore 2012-01-18 19:27:27 +02:00
Makefile New password generators for Dell 1F66 and 6FF1 (#12) 2016-11-13 21:18:38 +02:00
README.md Typos 2016-07-12 12:34:23 -07:00
simple.html #8 monospace font for tag / password for readability 2016-09-19 14:20:31 +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.