Is the password for artifact uploading? If so, maybe you want to look at the authentication plugin I wrote. I posted about it on this list earlier this week (subject : gradle-upload-auth-plugin 1.0.0 release)
See https://github.com/sebersole/gradle-upload-auth-plugin for information Release is at https://repository.jboss.org/nexus/content/groups/public/org/hibernate/build/gradle/gradle- upload-auth-plugin/1.0.0/ There is an issue to handle encrypted (Merlyn is right it is much more just simple obfusication as the decryption key is stored on disk as well, just in another file): https://github.com/sebersole/gradle-upload-auth- plugin/issues#issue/1 On Friday, March 25, 2011, at 09:12 am, Benjamin Muschko wrote: > Thanks for your reply. Yeah, that would be an option. In my case I want to > run the Gradle build on a Continuous Integration server so everybody that > has access to the login could read the plain text password. Maybe I should > just make sure all other users don't have a read file permission on > gradle.properties then. Nevertheless, if someone hacks into the system > he/she could easily steal the password. > > -- > View this message in context: > http://gradle.1045684.n5.nabble.com/Password-encryption-tp4264140p4264177. > html Sent from the gradle-user mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email --- Steve Ebersole <[email protected]> http://hibernate.org --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
