VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

A+ Secure Delete Program

Im_[B]0ReD  (5 Submissions)   Files/File Controls/Input/Output   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

this code takes a file in which you specify, overwrites it 21 times, then deletes it all in about 1-2 seconds depending on the size of the file, i have seen other secure delete programs here but i think that this is for the most part more efficient, it overwrites it 20 times with a bunch of random characters, then for the 21st overwrite it puts 10 bytes in, decreasing the files size to a minimum (almost), after it has overwritten the file 21 times, it deletes it using the 'Kill' statement. as far as i know this program deletes the file clear off your hard disk, maybe a program like norton utilities could recal i but i couldn't find any traces of the deleted file.
P.S. im looking for any comments/suggestions to improve the eficiency of this program.

Side Effects
it deletes a file, just don't delete any system files and you'll be alright!

Rate A+ Secure Delete Program (3(3 Vote))
A+ Secure Delete Program.bas

A+ Secure Delete Program Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters