Answered step by step
Verified Expert Solution
Question
1 Approved Answer
programming Task : Local program Develop a program that prohibits the creation, copying, deletion or renaming of files with specified names ( file masks can
programming Task : Local program
Develop a program that prohibits the creation, copying, deletion or renaming of files with specified names file masks can be used in the current the one it is in directory. Store the list of names or their templates in the template.tbl file, as text. This file must be protected from deletion, unauthorized viewing and modification. When installing the program, you can provide for its disabling using a password stored in the first line of the template.tbl file in hashed form. The program must enable and disable the protection mode.
For Microsoft OS it is recommended though may be outdated to use: SetFileSecurity and SetNamedSecurityInfo, as well as other materials
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started