jackall
February 13th, 2011, 13:10
what system information is accessible, (like motherboard number) that could be used to - xor encrypt the username entered - so that the value obtained after the encryption, could be used as the password..?
char username [];
.. ..
char systeminfo [] = retrieved system info dynamically.
for ()
{
username [] = username [] ^systeminfo [];
}
any relevant information would be greatly appreciated
thank you.
..
char username [];
.. ..
char systeminfo [] = retrieved system info dynamically.
for ()
{
username [] = username [] ^systeminfo [];
}
any relevant information would be greatly appreciated
thank you.
..