Hy guys
I have a little project i need help with. i want to add an authentication to my pc that will run before the boot options and before i can choose to enter bios(authentica tion means either password or certain key presses). now i have done some research and got some recommendations but it didn't help me much. i just want to know a language (C or assembly maybe?) and more important what format should it have and where to insert it.
thanks in advanced
ps: a lot of people think i want this script(let's call it that) to run before bios. this is wrong i want bios to run it(the script) before boot options appear so noone can acces any of my os.
i just want a simple solution like
(pseudocot don't know what language needed? C ?!)
get input
if input != what expected
power off laptop
and then a simple modify to my bios so it will run this process before others..but this is my 3rd forum and i am losing hope that this thing that i considered so easy is even possible...
ps2:no funny business(hackin g, cracking) here, just for my own security. a lot of people think i want this so i can write a low level virus!? that will lock people out of their pc. Nope!
i want to lock people out of my laptop. i want to write it for one chipset, one bios. it's for security because os passwords can be cracked and i figured that if you can't run anything before authentication you can't do anything.
I have a little project i need help with. i want to add an authentication to my pc that will run before the boot options and before i can choose to enter bios(authentica tion means either password or certain key presses). now i have done some research and got some recommendations but it didn't help me much. i just want to know a language (C or assembly maybe?) and more important what format should it have and where to insert it.
thanks in advanced
ps: a lot of people think i want this script(let's call it that) to run before bios. this is wrong i want bios to run it(the script) before boot options appear so noone can acces any of my os.
i just want a simple solution like
(pseudocot don't know what language needed? C ?!)
get input
if input != what expected
power off laptop
and then a simple modify to my bios so it will run this process before others..but this is my 3rd forum and i am losing hope that this thing that i considered so easy is even possible...
ps2:no funny business(hackin g, cracking) here, just for my own security. a lot of people think i want this so i can write a low level virus!? that will lock people out of their pc. Nope!
i want to lock people out of my laptop. i want to write it for one chipset, one bios. it's for security because os passwords can be cracked and i figured that if you can't run anything before authentication you can't do anything.
Comment