- Cell Phones 1585
- Desktop 761
- Editors 426
- Education, Science & Engineering 1093
- Games 2263
- Internet 4693
- Multimedia & Graphics 977
- Office software 755
- PC 471
- Programming 1874
- 1C 145
- ActiveX 3
- Assembler 30
- C# 85
- C/С++ 281
- Data Bases 402
- Delphi/Pascal 494
- Disassemblers 6
- OpenGL/DirectX 5
- PHP 155
- Setup Software 22
- Visual Basic 25
- Others 221
- Security 947
- SEO 306
- Software for Pocket PC 187
- Utilities 3855
Directory password protection (ESP on the assembler)
Refunds: 0
Uploaded: 15.01.2012
Content: dirpass.rar 327,18 kB
Product description
Course work for the assembler Protection directories (folders) password (password protection). Detail of the job:
In this course project should develop a program to protect against unauthorized access to directories located on floppy disks. Develop programs should be designed to work in the operating system DOS.
The program should provide a variety of directory to which nebhodimo deny access, and request the password for each access to this directory, as long as the code is entered correctly.
It must be a resident with the possibility of unloading and reloading of protection.
To deny access to the directory you want to prevent the reading of sectors in which a subdirectory is related to a given directory. Search sector through the file table. This project is designed for the file system FAT12, because it is used in the majority of floppy disks.
To disable the directory must be read to intercept interrupt 13h disk read and check whether there was an attempt to read the forbidden sector. If such an attempt took place, the password request. If the password is correct, control is returned to the old interrupt vector, or exits the interrupt handler.
Additional information
The composition of the course work:
* Explanatory note
* Text of the program
* Flowchart
* Operator's Manual