Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

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, 04:16
farooq.kamal farooq.kamal is offline
Registered User
 
Join Date: Nov 2008
Posts: 2
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, 06:51
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 5,444
__________________
Warning
May! contain traces of NUT. people with NUT allergies should not pay attention to any of the above
Reply With Quote
  #3 (permalink)  
Old 11-12-08, 04:38
farooq.kamal farooq.kamal is offline
Registered User
 
Join Date: Nov 2008
Posts: 2
Thanks for the list. H2 seems to fit my requirments
Reply With Quote
  #4 (permalink)  
Old 11-13-08, 01: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

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