Tagged Questions
-1
votes
1answer
42 views
Should source files be stored and read only from an easily destructible portable disk?
Assume an intruder capable to read from the fixed disk, where source files were used to compile the server and then deleted (files where the password storage security is kept raw). Since that data can ...
0
votes
4answers
579 views
Writing file shredder
I want to write a simple file shredder in c++, i.e. a program that deletes a file so that it is not recoverable. Would the following be a secure and correct way to do that?
(1) Open the file with
...
