Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 891

Need a tool

by midwxst - 02 November, 2021 - 11:17 PM
This post is by a banned member (midwxst) - Unhide
This post is by a banned member (Sleepyftw) - Unhide
Sleepyftw  
Infinity
811
Posts
163
Threads
4 Years of service
#2
CC cleaner has that option
 
This post is by a banned member (Zentred) - Unhide
Zentred  
Infinity
618
Posts
124
Threads
4 Years of service
#3
(02 November, 2021 - 11:17 PM)_colebennett_ Wrote: Show More
Hi. I Need a tool Which overwrite a whole hdd or a folder content with nulls.
Any ideas?

what nulls means?
This post is by a banned member (Pshyotic) - Unhide
Pshyotic  
Registered
1.014
Posts
290
Threads
6 Years of service
#4
(This post was last modified: 02 November, 2021 - 11:28 PM by Pshyotic. Edited 2 times in total.)
What exactly OS are you using?
For Linux
If you're using Linux, you have "shred" command built in, you could write bash script, something like this:
Quote:#!/bin/bash echo 'Are you sure you want to delete your disk?' echo '[Y/N]' read answer if [ $answer == y ] then lsblk -f sudo shred -vfzu -n 5 /dev/sda elif [ $answer == Y ] then lsblk -f sudo shred -vfzu -n 5 /dev/sda elif [ $answer == n ] then echo 'You told us to not delete anything!' echo 'So we will not' echo 'Come back when you are sure' else echo 'You told us to not delete anything!' echo 'So we will not' echo 'Come back when you are sure' fi


For Windows I suggest using tool called DBAN - Darik's Boot and Nuke.
Edit: @Sleepyftw told you that CC Cleaner has that option, but it has been proven that it's not effective as they're claiming to be, many files were recoverable after doing it with CC Cleaner
 
P S H Y O T I C

☻♥
[Image: Czwhvkg.png]
This post is by a banned member (midwxst) - Unhide
This post is by a banned member (Pshyotic) - Unhide
Pshyotic  
Registered
1.014
Posts
290
Threads
6 Years of service
#6
(02 November, 2021 - 11:29 PM)_colebennett_ Wrote: Show More
(02 November, 2021 - 11:26 PM)Pshyotic Wrote: Show More
What exactly OS are you using?
For Linux
If you're using Linux, you have "shred" command built in, you could write bash script, something like this:
Quote:#!/bin/bash echo 'Are you sure you want to delete your disk?' echo '[Y/N]' read answer if [ $answer == y ] then lsblk -f sudo shred -vfzu -n 5 /dev/sda elif [ $answer == Y ] then lsblk -f sudo shred -vfzu -n 5 /dev/sda elif [ $answer == n ] then echo 'You told us to not delete anything!' echo 'So we will not' echo 'Come back when you are sure' else echo 'You told us to not delete anything!' echo 'So we will not' echo 'Come back when you are sure' fi


For Windows I suggest using tool called DBAN - Darik's Boot and Nuke.
Edit: @Sleepyftw told you that CC Cleaner has that option, but it has been proven that it's not effective as they're claiming to be, many files were recoverable after doing it with CC Cleaner
My problem with dban is, it doesnt seem good for ssd

35 pass overwrite could be good  PepeGlad


Well, you're not being precise enough, first you're asking for tool that can erase hdd, and now you're commenting about SSD. 
I don't know what your intention is with erasing all the data from SSD, but SSDs are written to differently than perhaps HDD, and it also uses a technique called "wear leveling," which writes sectors randomly. This makes it difficult to fully and securely wipe a drive to prevent it from being recovered. You can do it to erase a drive, but it won't really remove the data. So, first of all if your primary goal is to protect yourself from something use encryption (simple as that). 
And in the other hand you have "SDelete"  which runs from command line
 
P S H Y O T I C

☻♥
[Image: Czwhvkg.png]
This post is by a banned member (lofasz) - Unhide
lofasz  
Registered
1.446
Posts
52
Threads
3 Years of service
#7
Thanks needed
[Image: dhrLGFy.png]
 
This post is by a banned member (midwxst) - Unhide

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: