Password generator for BIOS
Find a file
2016-07-12 12:29:26 -07:00
tests Add simple tests 2013-11-21 20:13:02 +02:00
.gitignore Update .gitignore 2013-11-21 20:12:46 +02: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
decrypt_bios.min.js Added Dell 1D3B 2016-07-12 12:29:26 -07:00
hero.html Added Dell 1D3B 2016-07-12 12:29:26 -07:00
LICENSE.txt Add LICENSE, modification of .gitignore 2012-01-18 19:27:27 +02:00
Makefile Fix bug in Makefile 2013-11-20 19:39:33 +02:00
README.md Added Dell 1D3B 2016-07-12 12:29:26 -07:00
simple.html Rename file interface.html to simple.html 2012-01-19 21:38:48 +02:00
ui.js Added Dell 1D3B 2016-07-12 12:29:26 -07:00
ui.min.js Added Dell 1D3B 2016-07-12 12:29:26 -07:00

Pwgen For BIOS

About

This code are 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 Compaq - 5 decimal digits 12345 pwgen-5dec.py Windows binary Dell serial number 1234567-595B, 1234567-D35B. 1234567-2A7B, 1234567-2A7B Fujitsu-Siemens 5 decimal digits 12345 pwgen-5dec.py Windows binary Fujitsu-Siemens 8 hexadecimal digits DEADBEEF pwgen-fsi-hex.py Windows binary Fujitsu-Siemens 5x4 hexadecimal digits AAAA-BBBB-CCCC-DEAD-BEEF pwgen-fsi-hex.py Windows binary Fujitsu-Siemens 5x4 decimal digits 1234-4321-1234-4321-1234 pwgen-fsi-5x4dec.py Windows binary Hewlett-Packard 5 decimal digits 12345 pwgen-5dec.py Windows binary Hewlett-Packard/Compaq Netbooks 10 characters CNU1234ABC pwgen-hpmini.py Windows binary Insyde H20 (generic) 8 decimal digits 03133610 pwgen-insyde.py Windows binary Phoenix (generic) 5 decimal digits 12345 pwgen-5dec.py Windows binary Sony 7 digit serial number 1234567 pwgen-sony-serial.py Windows binary Samsung 12 hexadecimal digits 07088120410C0000 pwgen-samsung.py Windows binary

For more information read this.