LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   kerneli.org losetup migration (https://www.linuxquestions.org/questions/linux-security-4/kerneli-org-losetup-migration-297846/)

beaucoup 03-05-2005 01:15 AM

kerneli.org losetup migration
 
I have a backup DVD I am trying to access which I encrypted with the old (apparently broken) Linux 2.4 Kerneli.org cryptoloop api. Since kernerli.org no longer has a working webserver, I havn't been able to obtain their patched version of losetup (the one that takes the -k option, I believe) that I used to create the volume. Is there still a way to get this tool, or, better yet, a way to access my filesystem without it?

beaucoup 03-13-2005 01:39 PM

bump.

Nothing? Even a sloppy, one-time hack that would allow me to get this volume into a more modern format would be acceptable.

beaucoup 03-13-2005 03:11 PM

Fixed
 
Got it :)
It seems Gentoo provides a special binary called "losetup-old-crypt" that gets made if you build util-linux with the "old-crypt" USE flag. This, combined with an external key hasher, successfully attached the volume. The actual command line ended up being this for my blowfish128 encrypted image:

Code:

hashalot -n 16 rmd160 | /sbin/losetup-old-crypt -e blowfish-128 -p 0 /dev/loopX image_or_device


All times are GMT -5. The time now is 03:34 AM.