Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 73531 invoked from network); 19 Jun 2006 16:58:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jun 2006 16:58:22 -0000 Received: (qmail 19202 invoked by uid 500); 19 Jun 2006 16:58:16 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 19156 invoked by uid 500); 19 Jun 2006 16:58:16 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 19141 invoked by uid 99); 19 Jun 2006 16:58:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 09:58:15 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of antoine@gmx.de designates 213.165.64.21 as permitted sender) Received: from [213.165.64.21] (HELO mail.gmx.net) (213.165.64.21) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 19 Jun 2006 09:58:13 -0700 Received: (qmail 16144 invoked by uid 0); 19 Jun 2006 16:57:51 -0000 Received: from 66.28.87.10 by www062.gmx.net with HTTP; Mon, 19 Jun 2006 18:57:51 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" Date: Mon, 19 Jun 2006 18:57:51 +0200 From: "Antoine Levy-Lambert" Message-ID: <20060619165751.3400@gmx.net> MIME-Version: 1.0 Subject: Ant tasks to encrypt or decrypt passwords from property files To: user@ant.apache.org X-Authenticated: #22961642 X-Flags: 0001 X-Mailer: WWW-Mail 6100 (Global Message Exchange) X-Priority: 3 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I am looking for ant tasks which can be used to encrypt or to decrypt passwords stored in property files. The reason is that I am going to develop an ant script which will start an Oracle SQL*Plus batch or a stored procedure, and the DBA does not want that we hard code the password in clear text somewhere. I am pretty sure this is a classical topic. Hope someone has an idea. Regards, Antoine --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org