I have a custom table where I'd like to make sure that the data for a specific field are encrypted. This means that if a query is run on that table, the data for that field would show up as an encrypted string, and only the UI would show its true value.
I've noticed someone else submitted the following case on October 18th, but no one has answered this: Encrypt Fields in a Custom Table
Is there any documented (or undocumented) process to do this?