Subject | IBObjects with IBSurgeon encryption plugin |
---|---|
Author | Mauro Rocha |
Post date | 2019-09-19T21:56:29Z |
Hi.
I'm trying to use IBO with IBSurgeon Encryption plugin, and passing the key directly to the plugin instead of using a .conf file. If I use FireDAC, all goes well. But with IBO, if I try to query an encrypted FDB (via IB_Query) or try to encrypt an FDB using IB_Script (alter database encrypt with DbCrypt key MyKey;), I get the error "Key not set". I'm using TIB_ClientLib to ensure I'm loading the right fbclient.dll.
Any ideas?
Mauro.