Encrypting any kind of data storage?
Encrypting any kind of data storage?
am 22.04.2007 10:15:38 von Jens Knoell
Hi
here's the situation: I need an EASY (or at least scriptable) way to
encrypt/decrypt every single "sector" on a given storage device (flash
drive, hard drive, floppy disk etc.pp.). Ideally that would be done
using a boot disk (boot CD, flash, floppy...). Any suggestions on how to
do that securely?
Also, does anyone know of any good research paper on recovering (or
prevention of recovery) of overwritten data on various kinds of storage
media, i.e. which one is safer? magnetic vs. optical vs. electronic?
Thanks
Jens
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: Encrypting any kind of data storage?
am 22.04.2007 20:32:02 von Glynn Clements
Jens Knoell wrote:
> here's the situation: I need an EASY (or at least scriptable) way to
> encrypt/decrypt every single "sector" on a given storage device (flash
> drive, hard drive, floppy disk etc.pp.).
The loop device supports encryption; see the losetup(8) and mount(8)
manpages for details.
--
Glynn Clements
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: Encrypting any kind of data storage?
am 22.04.2007 22:51:16 von terry white
.... ciao:
: on "4-22-2007" "Jens Knoell" writ:
: media, i.e. which one is safer? magnetic vs. optical vs. electronic?
optical media is not a 'long term' storage solution ...
--
.... i'm a man, but i can change,
if i have to , i guess ...
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: Encrypting any kind of data storage?
am 22.04.2007 23:45:49 von Glynn Clements
terry white wrote:
> ... ciao:
>
> : on "4-22-2007" "Jens Knoell" writ:
> : media, i.e. which one is safer? magnetic vs. optical vs. electronic?
>
> optical media is not a 'long term' storage solution ...
Nor are magnetic or electronic (solid state) storage particularly good
long-term solutions.
Magnetic tape is probably the best option, but it needs to be
adequately shielded against electromagnetic interference.
Unfortunately, the data density of punched tape is too low to be of
practical use nowadays.
--
Glynn Clements
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html