From: Arno Wagner <arno@wagner.name>
To: dm-crypt@saout.de
Subject: Re: [dm-crypt] Migrating from loop AES to dm-crypt
Date: Fri, 14 Sep 2012 20:00:33 +0200 [thread overview]
Message-ID: <20120914180032.GA13099@tansi.org> (raw)
In-Reply-To: <k2vpn4$96e$1@ger.gmane.org>
On Fri, Sep 14, 2012 at 06:35:19PM +0100, Nick Battle wrote:
> I've just upgraded from openSUSE 12.1 to 12.2. I find that the latest version of
> mount and losetup do not have the file encryption options they used to, since
> everyone should have migrated to dm-crypt. The trouble is, I now have some
> encrypted backup volumes that I cannot read!
>
> I used to mount the archives with:
>
> mount ... -o loop,phash=sha256,encryption=aes128
>
> It looks like I should be using the loopaesOpen option to cryptsetup to
> mount these now, but I cannot find a combination of options that works.
> I'm trying the following:
>
> cryptsetup loopaesOpen <device> <name> --key-file pp --key-size 128 --hash
> sha256 -c aes-cbc-plain
>
> Where the file pp has my passphrase (without a newline) - that I used to
> enter at the prompt mount gave when using the "-o loop". This
> successfully sets up the mapper, but the result is not recognizable as a
> filesystem (I think it's ext2). So I assume the crypto and/or passphrase
> hash isn't quite right.
Yes. As there is no metadata it will do the mapping even if the
parameters are completely wrong.
> I'm afraid the archives are so old that I don't know which options I used
> to originally create them, though I almost certainly chose "defaults".
>
> Can anyone help?
I also have no idea what you need, but loop AES has no metadata,
i.e. the correct options need to be given every time. That
means your openSUSE 12.1 gave them, either because it was the
defaults used there, or because they were encoded somewhwere
(crypttab?)
In the first case an OpenSUSE 12.1 life CD should help.
In the second case you need to find the parameters, for
example in a backup of the old system.
If you get the container mapped with the old openSUSE,
dmsetup table --target crypt --showkey /dev/mapper/<device>
should give cipher, mode and offsets. (Also master key,
don't post that or cut it down to first and last char or
the like).
If you figure it out, can you tell me which parameters worked
for cryptsetup, so I can add them in Secrion 7 of the FAQ? Thanks!
Arno
--
Arno Wagner, Dr. sc. techn., Dipl. Inform., Email: arno@wagner.name
GnuPG: ID: 1E25338F FP: 0C30 5782 9D93 F785 E79C 0296 797F 6B50 1E25 338F
----
One of the painful things about our time is that those who feel certainty
are stupid, and those with any imagination and understanding are filled
with doubt and indecision. -- Bertrand Russell
next prev parent reply other threads:[~2012-09-14 18:00 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-14 17:35 [dm-crypt] Migrating from loop AES to dm-crypt Nick Battle
2012-09-14 18:00 ` Arno Wagner [this message]
2012-09-14 20:08 ` Nick Battle
2012-09-15 12:04 ` Matthias Schniedermeyer
2012-09-18 7:16 ` Ludwig Nussel
2012-09-18 7:47 ` Milan Broz
2012-09-18 21:03 ` Nick Battle
2012-09-18 21:32 ` Arno Wagner
2012-09-19 18:07 ` Nick Battle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120914180032.GA13099@tansi.org \
--to=arno@wagner.name \
--cc=dm-crypt@saout.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.