-->
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: Security Data
PostPosted: Thu Feb 24, 2005 1:27 pm 
Senior
Senior

Joined: Wed Sep 24, 2003 3:01 pm
Posts: 158
Location: Bragan�a Paulista - Brasil
Hi all,

In Oracle there are Data Encryption and Data Integrity where,
using JDBC Drivers, I can do this for example:

Code:
Properties up=new properties();

// Data Encryption: Level security with the server
up.put("oracle.net.encryption_client", "REQUIRED");

// Data Encryption: Encryption algorithm / RC4 - 256 bits
up.put("oracle.net.encryption_types_client", "RC4_256");

// Data Integrity: Level security with the server
up.put("oracle.net.crypto_checksum_client", "REQUIRED");

// Data Integrity: Data integrity algorithm
up.put("oracle.net.crypto_checksum_types_client","MD5");



In Hibernate, Can I do set Data Encryption and Data Integrity?
How is it in Hibernate?

Hibernate version: 2.1.4

Name and version of the database you are using: Oracle 9i and 8i


Thanks!

[]´s

_________________
Tads


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 24, 2005 3:12 pm 
Hibernate Team
Hibernate Team

Joined: Tue Sep 09, 2003 2:10 pm
Posts: 3246
Location: Passau, Germany
I have no idea, what do you do with that properties object? Hibernate surely does not prevent you from creating a Properties object and setting some stuff to it.


Top
 Profile  
 
 Post subject: JDBC setup
PostPosted: Thu Feb 24, 2005 7:57 pm 
Regular
Regular

Joined: Thu Dec 18, 2003 2:14 am
Posts: 103
Location: Brooklyn, NY
I assume this is stuff you do when initializing your JDBC driver, through a connection pool or whatever. Hibernate doesn't stop you from doing that: pass whatever properties you like to the driver.

If you want to do this entirely in Hibernate, read the docs:

http://www.hibernate.org/hib_docs/refer ... ernatejdbc


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.