Tag Info

Hot answers tagged

10

The 7 and 35 passes very probably come from the paper "Secure Deletion of Data from Magnetic and Solid-State Memory" by Peter Gutmann. There, he described various overwrite patterns targeted at specific hard drive write encodings. However, the paper, and the 35 passes, are now obsolete, as they were for old hard drive technology, as even the author readily ...


8

Provided you didn't reformat the new card and/or write anything else on it, there's a good chance you could restore some of the deleted contents with tools like undelete or unformat (some such tools are freely available, just Google for them). I've done it before and is quite possible, that is of course, assuming the card in question was actually used ...


3

I believe there is a misconception of how data encryption works on current SSDs. Data are written from the host to the device in 8bit/10bit format. On the level of the link layer the data are converted back to 8bit /byte format and then sent to the cache (either DRAM or SRAM). If the controller supports encryption (most of them do) the data are then ...


2

For proper security, graphic cards must be treated like all other sorts of hardware which have access to RAM: they must come under the umbrella of the MMU and the kernel-controlled scheduler, so that simultaneously executing tasks cannot impact each other, and may interact only through communication channels carefully managed by the kernel. As you note, ...



Only top voted, non community-wiki answers of a minimum length are eligible