-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: How do I supply password to Hibernate securely?
PostPosted: Tue Jan 24, 2006 3:17 pm 
Newbie

Joined: Tue Jan 24, 2006 12:40 pm
Posts: 7
I was wondering if there is any way to supply the database password to Hibernate in such way that the plain text of the password is not left in a configuration file. Can it be supplied as a property or in some encrypted form? Thanks for any help!

Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp

Hibernate version:

Mapping documents:

Code between sessionFactory.openSession() and session.close():

Full stack trace of any exception that occurs:

Name and version of the database you are using:

The generated SQL (show_sql=true):

Debug level Hibernate log excerpt:


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 24, 2006 3:22 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 3:00 pm
Posts: 1816
Location: Austin, TX
no encryption, but there are ways to not place it into the config file. The typical approach would be something like this in your config file:
hibernate.connection.password=${my.db.password}

And then supply a value for 'my.db.password' as a System property.


Top
 Profile  
 
 Post subject: Thanks
PostPosted: Tue Jan 24, 2006 3:33 pm 
Newbie

Joined: Tue Jan 24, 2006 12:40 pm
Posts: 7
Thanks for the help!


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.