From: "Olvin " <olvin@rambler.ru>
To: community@lists.altlinux.org
Subject: [Comm] Криптование ФС на ALM2.4
Date: Fri, 28 Oct 2005 00:29:57 +0400
Message-ID: <web-40954459@mail7.rambler.ru> (raw)
Задача: иметь журналируемую файловую систему с прозрачным шифрованием.
Данные не слишком часто записываются, больше считываются.
Читал http://encryptionhowto.sourceforge.net/
Много думал :)
Делаю:
$ dd if=/dev/zero of=~/.crypt bs=1024k count=10
(/dev/zero - для скорости в эксперименте)
$ sudo losetup -e blowfish /dev/loop0 ~/.crypt
You must specify a key size (in bits) for use with CryptoAPI
encryption.
$ sudo losetup -e blowfish-128 /dev/loop0 ~/.crypt
Password:
ioctl: LOOP_SET_STATUS: Invalid argument
При это пароль длиной 16 символов (16*8=128)
$ sudo modprobe cipher-blowfish
$ sudo losetup -e blowfish-128 /dev/loop0 ~/.crypt
Password:
Invalid cipher "blowfish"
Error in crypto parameters, exiting
$
Так вот.
Что лишнее, чего не хватает?
У нас в ALM2.4 вообще к ядру International Kernel Patch для
криптографии
приделан?
Если всё, что я делаю, неверно, то как в ALM2.4 сделать правильно без
перекомпиляции ядра или утилит?
next reply other threads:[~2005-10-27 20:29 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-27 20:29 Olvin [this message]
2005-10-27 21:27 ` Ilya V. Pobelov
2005-10-28 6:50 ` ABATAPA
2005-10-28 6:57 ` Olvin
2005-10-29 11:28 ` [Comm] " Michael Shigorin
2005-10-31 7:32 ` Olvin
2005-11-03 13:24 ` [Comm] " Maxim Mogilevsky
2005-11-04 8:40 ` Serge Polkovnikov
2005-11-04 9:04 ` Olvin
2005-11-04 9:12 ` Olvin
2005-11-04 9:19 ` Serge Polkovnikov
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=web-40954459@mail7.rambler.ru \
--to=olvin@rambler.ru \
--cc=community@lists.altlinux.org \
/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
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git