Overwriting (computer science)

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

Overwriting is a process of writing a binary set of data on a memory. In general it writes over the previous data, hence the name. Overwriting generally occurs when unused file system clusters are written upon with new data, though overwriting is also used in security algorithms. These algorithms use a precise set of rules to remove any part of an original data from the memory by writing a new raw data on the memory.

Data that has been overwritten, even just once, is generally considered to be unrecoverable. There have been theories regarding the feasibility of recovering overwritten data, but none have been put into actual practice. As such there is no evidence in favor of recovering overwritten data, but several suggesting it is entirely impossible.


<templatestyles src="Asbox/styles.css"></templatestyles>