Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7076681
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T06:19:41+00:00 2026-05-28T06:19:41+00:00

I need to implement Gutmann ‘s algorithm for secure erasing some data in a

  • 0

I need to implement Gutmann‘s algorithm for secure erasing some data in a database table.
First of all, is it effective in a database?

I’m not sure about the 35 steps. For 1-4 and 32-35, it’s clear, generate some random data. But the steps 5-31 I’m not sure.
In the Wikipedia table there are given 3 bytes for a given step, these steps are run randomly, some of them are the same some differ. See the 8th step, in HEX: 49 24 92. Now let’s say I have a column I want to erase whose length is 25 bytes. How do I go, in a 3 byte basis? What about the 25th byte?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T06:19:41+00:00Added an answer on May 28, 2026 at 6:19 am

    Unfortunately, the problem is that the only way to securely erase data that resides on a disk is to “wipe” any unused sectors on the drive. This works okay for file-based solutions, as when you delete a file, the OS marks the sectors as being available (ie: unused) and consequently, you can wipe them.

    The problem with a database, is that you do not have control over the actual file structure; the DB abstracts all that for you. So for instance, you might delete data from a column or a row in a db, but the depending on how the DB handles deletes, the sectors on which the data originally resided may still be marked in use by the DB. Since all data for the table remains as part of the same file (ie: the DB’s persisted file state), there is no way to determine where that data originally lay on the disk, and furthermore, no way to ensure that the DB hasn’t already reclaimed that space for something else.

    Even if you were to securely write/erase/rewrite the same field in the DB there is no guarantee (and actually fairly unlikely) that the data would be written to the same sector on the drive.

    All this being said, there have been several studies made which indicate that recovering deleted/overwritten data (as opposed to just freed sector space) from magnetic media is, although theoretically possible, highly problematic and unlikely to be successful.

    Keep in mind that the principal of secure wiping of data change significantly when dealing with SSD (as the sectors in use can change to ensure even distribution of data writes) and even in some RAID devices.

    Unfortunately, with SSDs, I do not know if there is any solution to ensure that all sectors have been completely cleaned. With RAID, you need to break the RAID and then secure wipe each drive independently to be sure.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to implement data table with vertical header orientation and header that's take
I need to implement a Diff algorithm in VB.NET to find the changes between
I need to implement some kind of metric space search in Postgres(*) (PL or
I need to implement some workflow functionality; for example, user submits a document, it
I need to implement a tool that runs programs from SQL Server database when
i have big decision tree with many Yes/No questions. i need implement some code
I need implement a Data entry like receiver field in mail app (Ex. To:
I need to implement a tree of decisions, very simple, not complicated in objective
I need to implement RSA algorithm in Java. I've found the best solution using
I need to implement a scrolling window in order to accommodate all the items

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.