From owner-freebsd-questions Tue Jul 9 16: 4:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BD5337B400 for ; Tue, 9 Jul 2002 16:04:50 -0700 (PDT) Received: from ws4-4.us4.outblaze.com (205-158-62-105.outblaze.com [205.158.62.105]) by mx1.FreeBSD.org (Postfix) with SMTP id 723FE43E09 for ; Tue, 9 Jul 2002 16:04:49 -0700 (PDT) (envelope-from rafter@linuxmail.org) Received: (qmail 5898 invoked by uid 1001); 9 Jul 2002 23:04:49 -0000 Message-ID: <20020709230449.5892.qmail@linuxmail.org> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [80.197.219.206] by ws4-4.us4.outblaze.com with http for rafter@linuxmail.org; Wed, 10 Jul 2002 07:04:48 +0800 From: "Rafter Man" To: Cc: freebsd-questions@freebsd.org Date: Wed, 10 Jul 2002 07:04:48 +0800 Subject: Re: Encrypting files X-Originating-Ip: 80.197.219.206 X-Originating-Server: ws4-4.us4.outblaze.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: Fernando Gleiser > openssl is in the base system and supports a lot of encryption algorithms > You can hack up a simple script around it to encrypt files. > > To encrypt a file: > > openssl enc -e -in -out > > To decrypt a file: > > openssl enc -d -in -out > > where can be des, 3des, blowfish, rc4 and others. > > try 'openssl enc -?' for a list of options and algorithms. > > You can try also gpg, it's in the ports Ok thanks, I will look into that. I just have to encrypt some files, so if someone root's me, he would have to spend XX years cracking them. Best regards Rafter -- Get your free email from www.linuxmail.org Powered by Outblaze To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message