New Posts New Posts RSS Feed: Encrypting the ibconfig
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Encrypting the ibconfig

 Post Reply Post Reply
Author
*Calsy View Drop Down
Groupie
Groupie


Joined: 02-Feb-2009
Location: Australia
Posts: 69
Post Options Post Options   Quote *Calsy Quote  Post ReplyReply Direct Link To This Post Topic: Encrypting the ibconfig
    Posted: 09-Feb-2009 at 10:10pm
Hi All, Just wanting to know if there is anyway we can encrypt the ideablade.ibconfig. We store it loose in the same folder as the application so that it can be changed dynamically by the client to point to a different database.

So we are wanting to somehow encrypt the ibconfig and decrypt it as it is read when creating the persistence manager.

Thanks in advance
Back to Top
davidklitzke View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 14-Jun-2007
Posts: 715
Post Options Post Options   Quote davidklitzke Quote  Post ReplyReply Direct Link To This Post Posted: 10-Feb-2009 at 9:04am
The standard solution for encryption is to use SSL.
 
Another solution is to use a custom DataSourceKeyResolver.  In your DataSourceKeyResolver, you could use any creative and imaginative solution you can think of including encrypting the ibconfig.
 
Is there any reason that either of these two solutions will not work for you?
 
Back to Top
*Calsy View Drop Down
Groupie
Groupie


Joined: 02-Feb-2009
Location: Australia
Posts: 69
Post Options Post Options   Quote *Calsy Quote  Post ReplyReply Direct Link To This Post Posted: 10-Feb-2009 at 1:41pm
Hey David, Looks like the custom datasourcekeyresolver will sort out what i need to do.

Thanks
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down