very easy.
Regards,
Antoine
Original-Nachricht
Datum: Tue, 20 Jun 2006 12:00:07 -0400
Von: Vishal Vishnoi <[EMAIL PROTECTED]>
An: Ant Users List
Betreff: Re: Ant tasks to encrypt or decrypt passwords from propertyfiles
> For the case of prompting user for password,
Sent: Tuesday, June 20, 2006 4:09 AM
To: Ant Users List
Subject: RE: Ant tasks to encrypt or decrypt passwords from
propertyfiles
In many cases your best option is probably to prompt the user for the
password using the input task. This solves the problem of storing the
password in plain text in
:00 AM
To: Ant Users List
Subject: RE: Ant tasks to encrypt or decrypt passwords from
propertyfiles
Hi,
Try the following
Write a separate encryption java program
Write a separate decryption java program in such a way that when the
program is executed, it will refer the encrypted password sto
:[EMAIL PROTECTED]
Sent: Tuesday, June 20, 2006 4:09 AM
To: Ant Users List
Subject: RE: Ant tasks to encrypt or decrypt passwords from
propertyfiles
In many cases your best option is probably to prompt the user for the
password using the input task. This solves the problem of storing the
password in
, 2006 4:09 AM
To: Ant Users List
Subject: RE: Ant tasks to encrypt or decrypt passwords from
propertyfiles
In many cases your best option is probably to prompt the user for the
password using the input task. This solves the problem of storing the
password in plain text in a file, but it requires