Re: problem on windows XP
Brought to you by:
thesun
From: Shachar S. <rsy...@sh...> - 2006-06-21 13:00:10
|
Julian Pace Ross wrote: > Encryption and decryption work fine. I noticed that encryption of the > whole 5Mb takes around 30s, during which CPU is at a constant 100%. (I > have a P4 1.7G on a laptop (win XP)). > During decryption, CPU is also at 100% but the duration is around a > third (10sec). > Is this the behaviour to be expected? I'm not sure. I'm still looking into what can be done to speed rsyncrypto up. At the moment, this is consistent with the numbers I get. > Maybe there are ways (using different types of keys etc..) that I can > do to speed up the process? As far as I can tell, it's the gzip, rather than the encryption, that slows everything down. You can try passing compression levels to gzip using the "--gzip" rsyncrypto option. > Another question.. this is the command I'm running from the command line: > C:\rsyncrypto-0.17>rsyncrypto -rcv --delete \testdec \testenc > \rsyncrypto-0.17 mykey.crt > > Something strange happens: I find the encrypted files in the dst > directory (testenc). But I also find a copy of all that I encrypted in > \rsyncryptp- 0.17, which is the "keysdir". Rsyncrypto has two keys. One is the assymetric key (which you generated as mykey.crt, well done), and another is the per file symmetric key used for hot decryption. These are generated in the "keysdir" directory (in the case of recursive encryption). > Also, i tried doing a "cold" decryption, using a similar command line > above (switching the src and dst, and adding -d) with mykey.key > instead of mykey.crt. However I am getting a GPF. Can it be that you are using an encrypted private key? At the moment, rsyncrypto does not support that. > Finally, just a curiosity... in my language (Maltese) Shemesh means > "sun"... is it the same at your end? :) Both my name and my surname have meaning in Hebrew. See http://shemesh.biz/sun.html. Surprisingly enough, my surname's meaning in Hebrew and in Maltese is the same. Do you know of any connection between the languages? > Thanks > Julian Shachar -- Shachar Shemesh Lingnu Open Source Consulting ltd. Have you backed up today's work? http://www.lingnu.com/backup.html |