If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > JAVA > Hidden RDBMS

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-10-08, 03:16
farooq.kamal farooq.kamal is offline
Registered User
 
Join Date: Nov 2008
Posts: 7
Hidden RDBMS

Hi,

I am looking for a RDBMS which could be embedded with an application (typically JAVA) and deployed to a client machine. The catch is I want to secure the database such that even the administrator at the client machine is unable to login or use the data files by copying them. In this case I am assuming the local Admin never knows the db password. I tried with HSQL but the first problem is it stores the db password in a plain text file.

To summarize my requirements, I need

-To be able to store data at a client machine using a JDBC 4 driver
-The data files to be only accessible by a given password which should not be stored in clear text or be retrievable to the client's administrator
-Copying the DB files to another DB instance should not work because of the password requirement
-Preferably Open Source implementation

Looking forward to suggestions

Farooq
Reply With Quote
  #2 (permalink)  
Old 11-10-08, 05:51
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,250
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #3 (permalink)  
Old 11-12-08, 03:38
farooq.kamal farooq.kamal is offline
Registered User
 
Join Date: Nov 2008
Posts: 7
Thanks for the list. H2 seems to fit my requirments
Reply With Quote
  #4 (permalink)  
Old 11-13-08, 00:13
honestgrubby honestgrubby is offline
Registered User
 
Join Date: Nov 2008
Posts: 1
dfdfdfdfdfdfdf
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On