ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Криптование ФС на   ALM2.4
@ 2005-10-27 20:29 Olvin  
  2005-10-27 21:27 ` Ilya V. Pobelov
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Olvin   @ 2005-10-27 20:29 UTC (permalink / raw)
  To: community

Задача: иметь журналируемую файловую систему с прозрачным шифрованием.
Данные не слишком часто записываются, больше считываются.

Читал 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 сделать правильно без
перекомпиляции ядра или утилит?


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2005-11-04  9:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-27 20:29 [Comm] Криптование ФС на ALM2.4 Olvin  
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

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