RE: Using encrypted passsword with task

2006-03-30 Thread Rebhan, Gilbert
arch 30, 2006 4:23 PM To: user@ant.apache.org Subject: Using encrypted passsword with task Hi, Is it possible to use an encrypted password in a SQL task? If so, how can I do that? I'm using Blowfish to encrypt/decrypt the password and I have a routine that does it for me already. How can I

Using encrypted passsword with task

2006-03-30 Thread Laurent Duperval
Hi, Is it possible to use an encrypted password in a SQL task? If so, how can I do that? I'm using Blowfish to encrypt/decrypt the password and I have a routine that does it for me already. How can I tell the ant task that I am using an encrypted password? Thanks, L