shred Questions

3

Is there a SDK that can be used in managed code to shred files securely? EDIT: This is the only link i could find in google that helps me EDIT: Either SDK or some kind of COM based component.
Alger asked 25/6, 2009 at 23:4

1

Solved

I currently have this code which stores XML into an XML-type column called data, in a table called Storage. CREATE TABLE Storage ( ID INT IDENTITY(1,1) PRIMARY KEY, data XML NOT NULL ) GO INS...
Phyl asked 28/6, 2012 at 13:21

2

In the effort to learn python and/or ruby, I was wondering how a file shredder would be implemented? I would like it to take in a file as an argument and then employ an algorithm to make that file ...
Duenas asked 3/5, 2010 at 14:48

3

Solved

Shred documentation says shred is "not guaranteed to be effective" (See bottom). So if I shred a document on my Ext3 filesystem or on a Raid, what happens? Do I shred part of the file? Does it some...
Cataphoresis asked 26/5, 2009 at 23:26

3

Solved

To give some background to this problem first, I am rewriting some code that currently loops through some xml, doing an insert to a table at the end of each loop - replacing with a single sp that t...
Ciro asked 8/3, 2009 at 20:7
1

© 2022 - 2024 — McMap. All rights reserved.