Welcome to our

Cyber Security News Aggregator

.

Cyber Tzar

provide a

cyber security risk management

platform; including automated penetration tests and risk assesments culminating in a "cyber risk score" out of 1,000, just like a credit score.

Secure File Deletion

published on 2019-02-23 19:12:08 UTC by Roger
Content:

Today I received an email inviting me to buy a Easy File Shredder product for a special price of $15 instead of the usual price of $50.

Securely deleting sensitive data is really important. But is buying a product really needed?

This type of thing has generally been needed because when you delete a file, you are essentially marking the file space as unallocated, and until the space is used for new files, recovery software can “undelete” it.

For this reason, if I were deleting a sensitive file at work, I might use a something like sdelete from Microsoft Sysinternals or if I’d neglected to delete it securely, I’d use something like ‘cipher /w:F’ to wipe these file rementants from the whitespace.

Now I hear what you’re saying. These command line tools are fine, but a normal user might be needing a GUI. CCleaner has a securedelete functionality, as wells as a drive whitespace cleaner that can be used.

But this isn’t even the worst part about this. Many, if not most computers are now using SSDs for performance. The Secure File Deleting device I’ve given are for traditional drives. With SSDs you cant securely delete a file by overwriting the original blocks. There are no file blocks. A product like this is of questionable benefit.

What you need to do instead is make sure that you have full disk encryption enabled. On Windows this is bitlocker for your main drive and bitlocker to go for your removable storage. Then if someone were trying to recover files that you’ve previously deleted, they would need to first successfully authenticate to the computer.

The post Secure File Deletion appeared first on Roger's Information Security Blog.

Article: Secure File Deletion - published about 5 years ago.

https://www.infosecblog.org/2019/02/secure-file-deletion/   
Published: 2019 02 23 19:12:08
Received: 2021 06 06 09:04:46
Feed: Roger's Information Security Blog
Source: Roger's Information Security Blog
Category: Cyber Security
Topic: Cyber Security
Views: 1

Custom HTML Block

Click to Open Code Editor