crypto filesystemForum: System Topic: crypto filesystem started by: kairos@dsl Posted by kairos@dsl on Jan. 28 2006,11:29
Hi,is it possible to create and use a crypto filesystem (e.g. /home, /tmp, /var) with dsl? How to do it? Experiences with Performance? I use the search for this forum and google, but i can't find a topic for dsl... Thanks for help! Kairos Posted by kairos@dsl on Feb. 01 2006,12:34
no ideas for solution?
Posted by clacker on Feb. 01 2006,13:13
< loop-aes > is included with dsl.Here is a link to < encrypted backups. > The < system section of the repository > holds PGP from GNU. Posted by clacker on Feb. 01 2006,18:33
As far as perfomance, not so bad. I ran the following experiment to create a mounted loop and a mounted encrypted loop and compared the performance:
and this is test.sh:
my results were: test in /home/dsl: real 0m49.192s user 0m20.260s sys 0m28.900s test in loop mounted file: real 0m49.802s user 0m20.380s sys 0m29.000s test in encrypted loop file: real 0m50.128s user 0m20.260s sys 0m29.660s So it looks like the encrypted file system takes a very minor hit in terms of speed, maybe 2% slower. Posted by kairos@dsl on Feb. 01 2006,21:29
Thank you very mutch! This is exactly, what i mean!
|