1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] unable to mount encrypted partitions created with drakdisk
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20unable%20to%20mount%20encrypted%20partitions%20created%20with%0A%20drakdisk&In-Reply-To=%3Cop.wbwt74vrn7mcit%40hodgins.homeip.net%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="013697.html">
<LINK REL="Next" HREF="013287.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] unable to mount encrypted partitions created with drakdisk</H1>
<B>David W. Hodgins</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20unable%20to%20mount%20encrypted%20partitions%20created%20with%0A%20drakdisk&In-Reply-To=%3Cop.wbwt74vrn7mcit%40hodgins.homeip.net%3E"
TITLE="[Mageia-dev] unable to mount encrypted partitions created with drakdisk">davidwhodgins at gmail.com
</A><BR>
<I>Thu Mar 29 04:22:42 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="013697.html">[Mageia-dev] unable to mount encrypted partitions created with drakdisk
</A></li>
<LI>Next message: <A HREF="013287.html">[Mageia-dev] Freeze push: libtasn1, gnutls
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#13636">[ date ]</a>
<a href="thread.html#13636">[ thread ]</a>
<a href="subject.html#13636">[ subject ]</a>
<a href="author.html#13636">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Wed, 28 Mar 2012 19:00:04 -0400, simple w8 <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">simplew8 at gmail.com</A>> wrote:
><i> Something is not right, Free-OTFE says is does support xts but its not
</I>><i> being able to mount the partitions encrypted in Mageia, what can be
</I>><i> the cause?
</I>
We're using --cipher aes-xts-benbi --key-size 512.
As per <A HREF="http://www.ody.ca/~dwhodgins/Luks-Howto.html#Changelog">http://www.ody.ca/~dwhodgins/Luks-Howto.html#Changelog</A>
this was suggested to me several years ago, and is what I've been
using since then.
><i> You may see the FreeOTFE supported cypher modes here:
</I>><i> <A HREF="http://www.freeotfe.org/docs/Main/Linux_volumes.htm">http://www.freeotfe.org/docs/Main/Linux_volumes.htm</A>
</I>
I wasn't aware luks encrypted volumes could be opened by anything
else, or I would have considered that when suggesting the cipher
change.
I don't think using the benbi initial vector generation algorithm (64 bit)
instead of the plain (32 bit) algorithm makes much of a difference,
in terms of security. It was just the cbc mode that I was concerned
with.
Can you modify /usr/lib/libDrakX/fs/dmcrypt.pm to use aes-xts-plain
(line 68), create an encrypted volume, and test it with freeotfe?
If that works, open a bug report and request the change.
Regards, Dave Hodgins
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="013697.html">[Mageia-dev] unable to mount encrypted partitions created with drakdisk
</A></li>
<LI>Next message: <A HREF="013287.html">[Mageia-dev] Freeze push: libtasn1, gnutls
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#13636">[ date ]</a>
<a href="thread.html#13636">[ thread ]</a>
<a href="subject.html#13636">[ subject ]</a>
<a href="author.html#13636">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|