Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Remote Cryptofs
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Jacobs
Apprentice
Apprentice


Joined: 29 Apr 2003
Posts: 174
Location: Czech republic

PostPosted: Fri Nov 28, 2003 8:59 pm    Post subject: Remote Cryptofs Reply with quote

Hi, I was trying to make a remote encrypted filesystem. I have one computer with huge HDD so I made a 20GB file there

Code:
dd if=/dev/urandom of=myfile ...


Then I used shfs (and lately samba) to mount the HDD to my laptop. From the laptop I did

Code:
losetup -e aes -k 128 /dev/loop0 /mnt/somepath/myfile
mke2fs -j /dev/loop0


It went smooth for a while (even faster than I'd expect it to run) but after few minutes I got segmentation fault. So I tired to switch to samba but with the same result.

So my question is - is there some way how to make a cryptofs remotely without mounting it on the remote computer and then mounting the decrypted content to my laptop?

The reason for this is that I want the content to be encrypted as long as possible on it's way to my laptop (call me paranoid :)).
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum