The java language is one of the most developed and widely used (J2SE, JEE, J2ME). This section is about coding safely with Java and using Java to implement security features.
This site is about IT security. Here we present the authors articles and security tools. This site is cooperative, feel free to comment and criticize any article/application. If you want to publish your articles and/or applications on this site, send a request to contact[at]sevagas.com.
The java language is one of the most developed and widely used (J2SE, JEE, J2ME). This section is about coding safely with Java and using Java to implement security features.
License : Copyright Emeric Nasi, some rights reserved
This work is licensed under a Creative Commons Attribution 4.0 International License.
I. Reflection and Java security
For most Java developers, Java security comes from the use of keywords such as "private, protected, or final". (...)
License : Copyright Emeric Nasi, some rights reserved
This work is licensed under a Creative Commons Attribution 4.0 International License.
I. Tomcat security manager.
The basis of Java security is to enable the security manager.
The security manager allows you to associate a given (...)
License : Copyright Emeric Nasi, some rights reserved
This work is licensed under a Creative Commons Attribution 4.0 International License.
In this article I will present how-to simply use hash methods in your Java projects. I will also follow the Java coding security recommendation (...)