Friday, June 18, 2010

batch file programming...

Step 1: Before going to create a batch file, 1st u have to know it purpose::
1. Batch file extension is example.bat
2. This file will works with command prompt and to execute user requested commands.
Step 2: now we want to create a shortcut for opening paint, notepad, cal
At a time by clicking a single application it`ll open these above 3 applications

Sys key technique


SYSKEY is a utility that encrypts the hashed password information in a SAM database in a Windows system using a 128-bit encryption key.

SYSKEY was an optional feature added in Windows NT 4.0 SP3. It was meant to protect against offline password cracking attacks so that the SAM database would still be secure even if someone had a copy of it. However, in December 1999, a security team from BindView found a security hole in SYSKEY which indicates that a certain form of cryptanalytic attack is possible offline. A brute force attack then appeared to be possible.