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

Difference between revisions of "Java Security Frameworks"

From OWASP
Jump to: navigation, search
(Enterprise)
 
(37 intermediate revisions by 4 users not shown)
Line 1: Line 1:
A list of third party (i.e. not part of Java SE or EE) security frameworks.
+
This page has been moved to https://www.owasp.org/index.php/Category:Java#tab=Related_3rd_Party_Projects.
 
 
==Enterprise==
 
* [[ESAPI|OWASP Enterprise Security API]] a new OWASP project to provide all essential security services under one roof.
 
 
 
== Access Control (Authentication and Authorisation) ==
 
* [http://www.acegisecurity.org/ Acegi Security] - Acegi Security is a powerful, flexible security solution for enterprise software, with a particular emphasis on applications that use Spring. Using Acegi Security provides your applications with comprehensive authentication, authorization, instance-based access control, channel security and human user detection capabilities.
 
* [http://sourceforge.net/projects/jguard jGuard] - jGuard is written in Java. Its goal is to provide a security framework based on JAAS (Java Authentication and Authorization Security). The framework is written for web and standalone applications, to easily provide solutions for access control problems.
 
 
 
== Encryption ==
 
* [http://www.bouncycastle.org/ Bouncycastle] - Lightweight Java cryptography APIs
 
* [http://www.jasypt.org/ Jasypt] - Jasypt is a java library which allows the developer to add basic encryption capabilities to his/her projects with minimum effort, and without the need of having deep knowledge on how cryptography works.
 
 
 
[[Category:OWASP Java Project]]
 

Latest revision as of 17:05, 22 February 2016

This page has been moved to https://www.owasp.org/index.php/Category:Java#tab=Related_3rd_Party_Projects.