This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Category:OWASP Enterprise Security API
{{ProjectTabs |
Proj_ShortDesc= Reinventing the wheel when it comes to developing security controls for every web application or web service leads to wasted time and massive security holes. The OWASP Enterprise Security API (ESAPI) Toolkits help software developers guard against security-related design and implementation flaws. The ESAPI Toolkit architecture is very simple – a collection of classes that encapsulate the key security operations most applications need. ESAPI is designed to make it easy to retrofit security into existing applications, as well as providing a solid foundation for new development. ESAPI comes with an ESAPI filter that minimizes the changes required to your base application. There are ESAPI Toolkits for the following platforms:- Java EE - This version of the ESAPI Toolkit is currently available.
- .NET - This version of the ESAPI Toolkit is currently under development.
- PHP - This version of the ESAPI Toolkit is currently under development.|
Proj_Contributors= Project Leader
Jeff Williams
Project Contibutors
Jim Manico
Dave Wichers
Arshan Dabirsiaghi
[[User:Jerryhoff|Jerry Hoff]
Proj_Lists= Subscribe here
Use here |
Proj_License= BSD license |
Proj_Type= Tool |
Proj_Sponsor= |Proj_Status= Provisory Release Quality
(Waiting for Second Reviewer's assessment)
Please see here for complete information. |
Proj_Links= ESAPI PowerPoint presentation
ESAPI Video presentation
ESAPI Demo application - The ESAPI Swingset
JAVA 1.4 compatible JAR for ESAPI v1.4 - Complete & Basic JAR files
Source files for ESAPI v1.4
ESAPI Google Code repository
ESAPI Javadocs
Browse the Java source at Google
Javadocs' information generation
Problems with the ESAPI may be reported here |
Proj_Related= OWASP Top Ten }}
What is ESAPI?
Just as web applications and web services can be Public Key Infrastructure (PKI) enabled (PK-enabled) to perform for example certificate-based authentication, applications and services can be OWASP ESAPI-enabled (ES-enabled) to enable applications and services to protect themselves from attackers. OWASP ESAPI Toolkits empower web application and web service developers with the ability to increase the overall degree of trust that can be placed in their applications and services. ESAPI Toolkit security controls operate using a unique deny-by-default strategy, performing security checks using white lists.
Using an ESAPI Toolkit realizes cost savings through reduced development time, and the increased security due to using heavily analyzed and carefully designed security methods provide developers with a massive advantage over organizations that are trying to deal with security using existing ad hoc secure coding techniques. Available platforms, frameworks, and toolkits (Java EE, Struts, Spring, etc...) simply do not provide enough protection! ESAPI Toolkits are designed to automatically take care of many aspects of application security, making these issues invisible to the developers.
OWASP ESAPI Toolkits provide the same basic interfaces (including common logging interfaces) across common platforms, including Java EE, .NET, and PHP.
Additional Benefits
The use of the ESAPI will also make it much easier for static analysis tools to verify an application, by building ESAPI calls into static analysis tool rulesets.
Where did ESAPI come from?
The OWASP ESAPI project is led by Jeff Williams, who serves as the volunteer chair of OWASP and is the CEO of Aspect Security. Jeff is a software developer who has specialized in application security since 1995. The ESAPI is the result of over a decade of code review and penetration testing of critical enterprise applications. If you'd like to volunteer to help on the project, you can contact him at [email protected].
More information about the ESAPI can be found here.
Architecture
- Authentication
- Access Control
- Input Validation
- Output Encoding/Escaping
- Cryptography
- Error Handling and Logging
- Data Protection
- Communication Security
- HTTP Security
- Security Configuration
ESAPI Toolkit interfaces only include methods that are widely useful and focus on the most risky areas. Interfaces are designed to be simple to understand and use. ESAPI Toolkits are designed to make it easy to retrofit security into existing applications, as well as providing a solid foundation for new development. New development projects should consider ES-enabling their framework to make even more of the security happen automatically. ESAPI Toolkits include an ESAPI filter that can be used to minimize the changes required to your base application.
ESAPI Toolkits are designed and implemented to guard against the risks described in the OWASP Top Ten, and to meet the requirements of the OWASP Application Security Verification Standard (ASVS). Compare this coverage with automated scanning and static analysis tools, and then consider how your time is best spent!
OWASP ESAPI Java EE Beta Code Downloads
Download free:
OWASP ESAPI
This release is the first public release and will undoubtably undergo significant revision over the coming months. We are seeking organizations willing to pilot this ESAPI and work with us to make this library better. Please contact [email protected] for more information. If you're interested in application security, please join the OWASP ESAPI mailing list and help make ESAPI better!
Versions (archived source files are also available on the SVN under tags)
JAR Files | Source Files |
---|---|
|
|
Additional Resources
- Information regarding the ESAPI SVN can be found at the ESAPI Google Code repository.
- If you have any problems with the ESAPI, please report them to the issues section.
- For more information about the ESAPI, please view the ESAPI PowerPoint presentation.
- If you are generating your own Javadocs for the ESAPI project, information regarding generation can be found here.
OWASP ESAPI Documentation Downloads
Download free:
About OWASP ESAPI
- ESAPI interface documentation (JavaDocs)
- Project presentation (PowerPoint)
- Video presentation (YouTube)
- One Page Conference Handout (PDF, Word)
Changing/Building/Using the ESAPI
If you would like to work with the ESAPI source code, or build the project, please see here.
Using the ESAPI
If you want to see what the ESAPI is all about, and want to use the built-in implementations,
- Download the latest version of the ESAPI JAR from above.
- Add the ESAPI JAR to your project's build path.
- The current ESAPI JAR has been built for Java 1.6, however support for Java 1.4.2+ is available. Please see here for information on building ESAPI for a different version of Java.
- Use the ESAPI's Javadocs to take advantage of all the built-in functions of the ESAPI.
Running Demo App
The ESAPI Demo application has been named The ESAPI Swingset. More information about Swingset is available here.
Project Sponsors
The OWASP ESAPI project is sponsored by
Licensing
This project licensed under the BSD license, which is very permissive and about as close to public domain as is possible. You can use or modify ESAPI however you want, even include it in commercial products.
Articles - More About ESAPI and Using ESAPI
Pages in category "OWASP Enterprise Security API"
The following 27 pages are in this category, out of 27 total.
C
E
- EASPI
- ESAPI Swingset
- ESAPI
- ESAPI Access Control
- ESAPI ClassicASP Readme
- ESAPI ColdFusion CFML Readme
- ESAPI Contributions
- ESAPI DotNET Readme
- ESAPI Javadocs
- ESAPI JavaScript Readme
- ESAPI Mapping
- ESAPI Plan
- ESAPI Python Readme
- ESAPI Secure Coding Guideline
- ESAPI Specification
- ESAPI Summit
- ESAPI-Building
- ESAPI-BuildingWithEclipse