Brian Epstein on 4 Feb 2006 13:50:31 -0000 |
Oh yeah, forgot one cipher (which might be the best one to use anyway). AES is in a different directory then the other modules (not sure why). # ls /lib/modules/`uname -r`/kernel/arch/i386/crypto/ aes-i586.ko And it loads (on my system) with a simple: # modprobe aes I would suggest using it as your cipher instead of blowfish. # losetup -e aes /dev/loop1 /path/to/file.img I will eventually switch over to aes, but again, anytime you make a change, it is a big PITA. ep -- Brian Epstein <ep@epiary.org> Key fingerprint = F9C8 A715 933E 6A64 C220 482B 02CF B6C8 DB7F 41B4 ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|