From 74a39e8e5f760e6ae4a5d63b4bcfba12f2cbd7cc Mon Sep 17 00:00:00 2001 From: Slava Bacherikov Date: Thu, 19 Jan 2012 19:02:30 +0200 Subject: [PATCH] New README. --- .gitignore | 1 + README.md | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 095514b..39936eb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ index.html test.html .*.swp .*.swo +*.bak diff --git a/README.md b/README.md index e69de29..97e9ac0 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,9 @@ + Pwgen For BIOS +============================ + + About +--------------------------- +This code are based on python programs from [Dogbert's Blog](http://dogber1.blogspot.com/2009/05/table-of-reverse-engineered-bios.html). + +It can calculate password for bios by hash. +For more information [read this](http://dogber1.blogspot.com/2009/05/table-of-reverse-engineered-bios.html). \ No newline at end of file