Announcement

Collapse
No announcement yet.

service menu for secure-delete

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    service menu for secure-delete

    How do you add secure-delete to the service menu in Dolphin in 12.04?

    #2
    It wont matter if you are on a modern filesystem that uses journaling (ext3+) or copy on write (btrfs) as shredders do not work with these filesystems (at least no more then just deleting the file).

    But you could create a service menu that executes the "shred" command line util.

    Comment


      #3
      Originally posted by lcharles View Post
      How do you add secure-delete to the service menu in Dolphin in 12.04?
      See here: http://kde-apps.org/content/show.php/?content=75734

      Warning: May or may not work in later versions of KDE.
      Last edited by benny_fletch; Nov 13, 2012, 06:37 PM.
      Nowadays I'm mostly Mac, but...
      tron: KDE neon User | MacPro5,1 | 3.2GHz Xeon | 48GB RAM | 250GB, 1TB, & 500GB Samsung SSDs | Nvidia GTX 980 Ti

      Comment


        #4
        lcharles, would you mind explaining your requirement a bit more? Perhaps there's an alternate way to achieve what you need.

        Comment


          #5
          OK, I guess the first question would be, is james147 right that something like secure-delete will not obliterate a file and works no better than "delete"? What I want to do is securely delete files. Additionally it would be nice if I didn't need to use the command like. I had been using secure-delete in some previous version of Kubuntu, but maybe I was kidding myself about it's effectiveness.

          Comment


            #6
            "Secure deletion" is actually becoming a thing of the past. Modern file systems and hard drives contain many features that improve data integrity: journaling, copy-on-write, sector remapping, wear leveling, swap space... As a practical matter, the only ways to truly ensure data destruction are:

            * Use an encrypting file system (not individual files, but the entire FS), or
            * Physically destroy the drive

            More: http://lwn.net/Articles/462437/

            Comment


              #7
              OK, please excuse my lack of knowledge. The link you provided does make sense but I don't understand file systems that deeply. What's your (SteveRiley) oppinion of this link? http://techthrob.com/2010/10/04/do-s...d-filesystems/

              Comment


                #8
                Originally posted by lcharles View Post
                OK, please excuse my lack of knowledge. The link you provided does make sense but I don't understand file systems that deeply.
                No need to apologize. We're all here to learn from each other.

                Originally posted by lcharles View Post
                What's your (SteveRiley) oppinion of this link? http://techthrob.com/2010/10/04/do-s...d-filesystems/
                The article is technically correct: the default journaling mode of EXT4 removes one of the barriers to secure deletion. But many others remain. Consider, for example, the automatic defragging that many operating systems now perform as part of routine maintenance. Say that last night, your OS defragged a file from 16 separate physical locations into one contiguous location. Now today you "securely delete" that file. Alright, so the new location was overwritten with junk from /dev/urandom. What about the previous 16 separate locations? Sure, they've been marked as reusable, but it's likely your data is still sitting there. This data can be recovered.

                The only ways to truly destroy data are to either (a) encrypt it and then destroy the key, or (b) destroy the physical storage medium.

                Comment


                  #9
                  Thanks.

                  Comment


                    #10
                    What about simply overwriting the file you want to delete? I know that all "secure-delete" utilities overwrite the file first before deleting it. So with a journaled file system, overwriting a file will still have a copy of the original stored somewhere in the system?

                    Just read the info provided by Steve which has answered my question.
                    Last edited by Guest; Nov 28, 2012, 11:23 AM. Reason: added statement

                    Comment

                    Working...
                    X