Is there any native or CDF functions for Essbase data encryption/decryption?
I need application administrators not to be capable of "seeing" HR salary data stored in Essbase.
I've not found any native functions in order to accomplish that goal. Nevertheless I think it could be done through some simple custom defined function "cryptoapi". Maybe just @encrypt(data, key) and @decrypt(data, key).
I would really prefer not to implement it by myself, so I wonder if there exists an actual solution for this scenario (even native or cdf) I could eventually use.
Thank you in advance.
SD