<[EMAIL PROTECTED]>
An: Ant Users List
Betreff: Re: Ant tasks to encrypt or decrypt passwords from property files
> Dominique Devienne wrote:
> >> we would be interested in encrypting.
> >
> >
> > But then it's a chicken-and-egg problem, no?
> >
&g
Hello Alexey,
I have written something based on your code.
Actually, I wrote an ant task to create the key first.
I wanted to create filters (pluggable into filterchains) to encrypt and
decrypt, but I do not get that to work.
I might do an ant task to encrypt and a sort of loadproperties clone
whi
Dominique Devienne wrote:
we would be interested in encrypting.
But then it's a chicken-and-egg problem, no?
Where are you going to store the passwords to decrypt the passwords
read from properties files? --DD
I keep my password properties out of SCM, in a bit of the filesystem
that is NT
And if you can keep the keystore secret and protected, couldn't you keep
the password secret and protected?
Dominique Devienne wrote:
OK, I see your point, although the key store has to remain 'secret'
somehow, using file-system dependent permissions I guess, otherwise
it's exposed as well. --D
The classic response to the classic topic: if you can protect the
decryption key adequately, why not simply protect the password adequately?
Using encryption to enhance data security isn't a simple matter of
"turning it on" - you have to consider these sorts of issues or all
you'll be doing is
t Users List
> Subject: Re: Ant tasks to encrypt or decrypt passwords from
> property files
>
> This can be done by requiring a key store in user home. Only
> people that have some special certificates, can
> encrypt/decrypt date (SSH style security). The decryption can
>
passphrases by agents is supported by
BouncyCastle.
Regards,
Antoine
Original-Nachricht
Datum: Mon, 19 Jun 2006 13:20:26 -0700
Von: "Alexey N. Solofnenko" <[EMAIL PROTECTED]>
An: Ant Users List
Betreff: Re: Ant tasks to encrypt or decrypt passwords from property f
OK, I see your point, although the key store has to remain 'secret'
somehow, using file-system dependent permissions I guess, otherwise
it's exposed as well. --DD
On 6/19/06, Alexey N. Solofnenko <[EMAIL PROTECTED]> wrote:
This can be done by requiring a key store in user home. Only people that
This can be done by requiring a key store in user home. Only people that
have some special certificates, can encrypt/decrypt date (SSH style
security). The decryption can be easily done with . This is a
corresponding Java code:
SecretKeySpec skeySpec=new SecretKeySpec(readAll("key"), "A
we would be interested in encrypting.
But then it's a chicken-and-egg problem, no?
Where are you going to store the passwords to decrypt the passwords
read from properties files? --DD
-
To unsubscribe, e-mail: [EMAIL PROTECTED
- Original-Nachricht
> Datum: Mon, 19 Jun 2006 13:48:29 -0400
> Von: Jeffrey E Care <[EMAIL PROTECTED]>
> An: Ant Users List
> Betreff: Re: Ant tasks to encrypt or decrypt passwords from property
files
>
> > Encrypt or encode?
> >
> > If you just
006 12:57 PM
> Please respond to
> "Ant Users List"
>
>
> To
> user@ant.apache.org
> cc
>
> Subject
> Ant tasks to encrypt or decrypt passwords from property files
>
>
>
>
>
>
> Hi,
>
> I am looking for ant tasks which can
[EMAIL PROTECTED]
IBM WebSphere Application
Server Development
WAS Pyxis Lead
Release Engineer
"Antoine Levy-Lambert"
<[EMAIL PROTECTED]>
06/19/2006 12:57 PM
Please respond to
"Ant Users List"
To
user@ant.apache.org
cc
Subject
Ant tasks to en
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 clea
14 matches
Mail list logo