[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Crypted CDROMs
# dd if=/dev/urandom of=~/crypto.iso bs=1M count=650
# losetup -e aes -k 192 /dev/loop0 ~/crypto.iso
# mkisofs -r /stuff/SUPAR-SECRET-STUFF/ >/dev/loop0
# losetup -d /dev/loop0
Then you should be able to mount the encrypted iso image, or burn it to a
CD-ROM.
Erik Kunze [21/02/02 07:46 +0100]:
> Hi Chris,
>
> * Chris Schadl <cschadl@satan.org.uk> [020220 23:23]:
> >
> > I don't think that the most recent version of cryptoapi (2.4.7.0) has this
> > particular problem. I've used it to make quite a few encrypted ISO images
> > with out any trouble.
>
> And how did you do the encryption. Would you please give us an example
> (command sequence, script).
>
> --
> Dipl.-Ing. Erik Kunze Phone: +49 - 89 - 32 14 07 41
> PHILOSYS Software GmbH Fax: +49 - 89 - 32 14 07 12
> Edisonstr. 6 Email: Erik.Kunze@philosys.de
> D-85716 Unterschleissheim WWW: www.philosys.de/~kunze
>
> PGP-Key: http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0xD5759581
--
Chris Schadl
cschadl@satan.org.uk
-
Linux-crypto: cryptography in and on the Linux system
Archive: http://mail.nl.linux.org/linux-crypto/