I read some white papers regarding the Trusted Content Services and well it's a start..
For my next project encrypting is a must but I've got several doubts regarding the how-to with documentum..
Apparently TCS offers me SSO, digital firm, shredding and FILE encryption.. all good and well, but..
Is it possible to store some critical metadatas in an encrypted form, and decrypt in on the fly when consulting it, provided your entitled to, as an OOB functionality? And if it's possible, is the algorithm a secure (or non-public) one?
So far my solution is to use a privately-held secure algorithm library implementation, and add a low-level customization that translates every single request parameter to its matched encrypted correspondant, and viceversa from encrypted result-set to de-crypted visible stuff.. Issue is, on mid-to-large db (around 130gb and growing) and considering a repository of approximately 28 millions of files (currently their file repository is around 5tb) growing on a rate of 7800-8500 files/day I'm quite hesitant about the impact of such customization on the performace of the whole solution...
If you have any advice, I'm wide-open (or eager), since the data is quite sparse as is (during classification/edit I gotta call several webservice that interacts with external systems WITHOUT replicating more than 1/5th of the information I have to fetch, so goes without saying that I'm already performance-tight as is).
Thanks in advance,
Vito