Writing a file shredder in python or ruby?
Posted
by pmilb21
on Stack Overflow
See other posts from Stack Overflow
or by pmilb21
Published on 2010-05-03T14:48:44Z
Indexed on
2010/05/03
21:08 UTC
Read the original article
Hit count: 180
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 unrecoverable. Would possibly add the support for multiple files or even whole directories later.
© Stack Overflow or respective owner