in reply to Re: Encrypting Largish Files
in thread Encrypting Largish Files

Sounds good, but isn't there a signficant performance penalty (I've heard as high as 1000 x) using public key encryption versus a private key encryption system? I can't have the server brought to its knees while trying to encrypt a large mySQL dump.
--
Filmo the Klown

Replies are listed 'Best First'.
Re(3): Encrypting Largish Files
by Nitsuj (Hermit) on Sep 26, 2001 at 22:01 UTC
    There will be a performance hit, but I would expect the same hit from most encryption algorithms as well as any script running them. Another suggestion would be a secured FTP client of some sort or another similar device if you're talking about doing this "on the fly" if it's in backups, encrypt them on a separate system.

    Just Another Perl Backpacker