----- Original Message -----
> From: "Vikram A" <vikkiatb...@yahoo.in>
>
> My question is, DO i face any negative project management problems by
> doing this? Pleas share your experience on this aspect and commend
> our idea.

Seems... a bit pointless, no? If someone has access to the database, they can 
still see the data. If someone has access to the code, they can still figure 
out the naming scheme. If, for some reason, you have to do manual lookups 
(think debugging, custom reporting, ...) you're making your own life hard.

If you don't want people to see your data, manage your accounts. If people 
leave, delete their accounts. Make sure your code prevents SQL injections (use 
bind variables and so on). Firewall off your server from everything but the 
application server. Et cetera ad nauseam.

There's plenty of security recommendations, but I've never heard of anyone 
encrypting their table and field names. It sounds like something upper 
management would come up with :-)


--
Bier met grenadyn
Is als mosterd by den wyn
Sy die't drinkt, is eene kwezel
Hy die't drinkt, is ras een ezel

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to