Re: Re: Ant tasks to encrypt or decrypt passwords from propertyfiles

2006-06-20 Thread Antoine Levy-Lambert
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,

Re: Ant tasks to encrypt or decrypt passwords from propertyfiles

2006-06-20 Thread Vishal Vishnoi
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

Re: Ant tasks to encrypt or decrypt passwords from propertyfiles

2006-06-20 Thread Petar Tahchiev
: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

RE: Ant tasks to encrypt or decrypt passwords from propertyfiles

2006-06-19 Thread Rebhan, Gilbert
:[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

RE: Ant tasks to encrypt or decrypt passwords from propertyfiles

2006-06-19 Thread Venkatesh Vijayakumar04
, 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