We're about to undergo a project where we'll be handling highly sensitive data. Apart from encrypting the data I was thinking about obfuscating the table names.
So tEmployees
would become t58633B7A
for example. Would this be a useful to add? after all it's about building layers of security/prevention.
P.S. We'll map the obfuscated table names to the real names in our Data Access Layer