Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Web-App-Sec
[Top] [All Lists]

Re: Abstracting DB Schema from Web Forms

Subject: Re: Abstracting DB Schema from Web Forms
Date: Fri, 14 Dec 2007 14:30:55 -0800 (PST)

I think this could be a good practice. For a secure application, you want as
many levels of security as possible, and obfuscation, while not as powerful
as some other security measures, does provide a layer of defense. 

As I understand it, you're mainly doing this to prevent outsiders from
gaining knowledge about your database schema to prevent malicious SQL calls
from your app server, which could be solved by appending something random to
your meaningful field names. I have a question about another possible use:
protecting encrypted data. Is it easier to crack an encrypted string if you
know values in the string, the length of the original string, or the data
type of the original string? If it is indeed easier, your obfuscation could
be used to help secure encrypted data from cracking. So if I had a column
named '8akdb' filled with encrypted strings, it would provide no additional
meta information to someone who had the data, as opposed to naming the
column 'ABC_zipcode', which provides information about original string
length, data type, and finite potential values. Anyone have any thoughts?

-- 
View this message in context: 
http://www.nabble.com/Abstracting-DB-Schema-from-Web-Forms-tp12169061p14339834.html
Sent from the Web App Security mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Sponsored by: Watchfire 
Methodologies & Tools for Web Application Security Assessment 
With the rapid rise in the number and types of security threats, web 
application security assessments should be considered a crucial phase in the 
development of any web application. What methodology should be followed? What 
tools can accelerate the assessment process? Download this Whitepaper today! 

https://www.watchfire.com/securearea/whitepapers.aspx?id=70170000000940F
-------------------------------------------------------------------------

<Prev in Thread] Current Thread [Next in Thread>