How to Re-Encrypt documents with another Secret Key?

Hi all,

We have a database which encrypts certain fields with a Secret Key.

We still have some IDs with the Secret Key, but cannot find the ID that has the ability to Send or Export the Secret Key to others.

Therefore, it is probably best to use a new key.

Any ideas how I can re-encrypt the data using the new key, or at least decrypt the data for now?

(We are good at LS code but not Java or C)

Cheers

Paul

Subject: How to Re-Encrypt documents with another Secret Key?

Hi,

I think that you will need to decrypt the documents first, and then re-encrypt with a new key.

How to remove encryption from documents

http://www-1.ibm.com/support/docview.wss?uid=swg21089495

How to apply encryption keys to a document programmatically

http://www-1.ibm.com/support/docview.wss?uid=swg21217232

JYR

Subject: RE: How to Re-Encrypt documents with another Secret Key?

Great.

Doesn’t appear to be much of an issue after all.

Thanks

Paul