Secure deletion of information, containing binary zeros....Borrado seguro de informacion,con contenido de ceros binarios.

Today the destruction of computer files is a security problem which we are very close, due to rapid advances in computing that arise require us to get rid of our outdated equipment that sometimes kept valuable information. The existence of tools that help recover our information is very valuable but it is also a security issue so it is advisable to use secure deletion tool. Secure deletion is to overwrite the contents of a file with binary zeros, and then delete it then if that file is retrieved only recover binary zeros.
You can use the command in XP Professional fsutil file setzerodata. A practical example:
We want to delete the sample file of 35 bytes
C: \ bar \ example> dir
The size of drive C has no label.
The volume serial number is B419-B8AB

Directory of C: \ bar \ example

01/04/2006 15:12 DIR.
01/04/2006 15:12 DIR ..
01/04/2006 15:11 35 sample.txt
1 files 35 bytes
2 dirs 4,308,082,688 bytes free

To replace the executable binary zeros:

fsutil file setzerodata offset = 0 length = 35 sample.txt

(the answer "was not written anything, but if the file is modified)

The parameter "offset" indicates where to begin to substitute that has to be 0 and the parameter "length" indicates the length, which must be the size of the file in this case 35 bytes.
After executing the decision to delete the file and if someone tries to recover its contents may never recover. This command can be used with any file extension.

tool for secure deletion: BiteByBite
..............................................................................
Hoy en día la destrucción de archivos informáticos es un problema de seguridad que nos es muy cercano, debido a los rápidos avances que surgen en la informática nos obligan a deshacernos de nuestros obsoletos equipos que algunas veces guardan valiosa información. La existencia de herramientas que ayudan a recuperar nuestra información es algo muy valioso pero también es un problema de seguridad por eso es recomendable usar herramientas de borrado seguro. El borrado seguro consiste en sobrescribir el contenido de un archivo con ceros binarios, y posteriormente eliminarlo entonces en caso de ese archivo fuera recuperado solo se recuperarían ceros binarios.
Para ello, pueden usar en XP Profesional el comando fsutil file setzerodata. Un práctico ejemplo:
Queremos borrar el archivo ejemplo de 35 bytes
C:\barra\ejemplo>dir
El volumen de la unidad C no tiene etiqueta.
El número de serie del volumen es: B8AB-B419

Directorio de C:\barra\ejemplo

01/04/2006 15:12 DIR .
01/04/2006 15:12 DIR ..
01/04/2006 15:11 35 ejemplo.txt
1 archivos 35 bytes
2 dirs 4.308.082.688 bytes libres

Para sustituir por ceros binarios ejecutamos:

fsutil file setzerodata offset=0 length=35 ejemplo.txt

(el sistema respondera “No se ha escrito ningún dato” pero el archivo si se modifica)

El parámetro “offset” indica donde empezar a sustituir por eso tiene que ser 0 y el parámetro “length” nos indica la longitud, que tiene que ser el tamaño del archivo en este caso 35 bytes.
Después de ejecutar la sentencia borran el archivo y si alguien lo intenta recuperar nunca podrá recuperar su contenido. Este comando se puede usar con cualquier extensión de archivo.

Herramienta BiteByBite para borrado seguro:BiteByBite

No hay comentarios:

Protected by Copyscape Original Article Checker