VOOZH about

URL: https://www.javacodegeeks.com/tag/java-security/page/2

⇱ Java Security Archives - Page 2 of 2 - Java Code Geeks


  • Core Java👁 Image
    Omozegie AziegbeAugust 5th, 2025
    0 644

    How to Change a Key Alias in a Java Keystore

    Managing keys and certificates in Java often involves working with Java KeyStores (JKS) or other formats like PKCS12. Sometimes, there…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouAugust 5th, 2025
    0 916

    Java Deserialization RCE: Deep Dive into Vulnerabilities & Defenses

    Java’s serialization mechanism was introduced to enable easy persistence and transmission of Java objects. While powerful, this mechanism can be…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouJuly 18th, 2025
    0 463

    HashMap Security: Preventing Denial of Service via Hash Collision Attacks

    HashMap is one of the most used data structures in Java — it’s fast, efficient, and ideal for key-value lookups.…

    Read More »
  • Enterprise Java👁 Image
    Eleftheria DrosopoulouJune 2nd, 2025
    0 1,214

    Using Keycloak with Spring Boot: Full Identity Provider Integration

    If you’re building a modern enterprise-grade application, identity management is no longer an optional extra—it’s foundational. Whether you’re aiming for…

    Read More »
  • Java👁 Image
    Omozegie AziegbeMay 29th, 2024
    0 2,269

    Extract the Common Name (CN) from an X509 Certificate in Java

    The Common Name (CN) is a critical field within an X509 certificate that identifies the entity owning the certificate. In…

    Read More »
  • Enterprise Java👁 Image
    Omozegie AziegbeApril 29th, 2024
    0 2,174

    Migrating an Application from Spring Security 5 to Spring Security 6

    Spring Security offers extensive security features for Java applications. With each new release, Spring Security brings enhancements, security fixes, and…

    Read More »
  • Software Development👁 Image
    Omozegie AziegbeJanuary 31st, 2024
    0 1,005

    Securing Java Applications: Application Security Frameworks

    In today’s interconnected world, where cyber threats are constantly evolving, securing Java applications with Java application security frameworks is paramount.…

    Read More »
  • «
  • 1
  • 2
Back to top button
Close