Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Advanced Apache Commons Codec usage

Header Image

  1. Using Apache Commons Codec with XML
    • This article covers the usage of Apache Commons Codec for Base64 encoding and decoding of XML content, as well as encoding and decoding of binary data within an XML document.
  2. Using Apache Commons Codec with databases
    • This article explores how to use Apache Commons Codec to encode and decode binary data in databases and how to hash passwords for storage in databases, providing examples and integration with projects.
  3. Using Apache Commons Codec with web applications
    • This article covers how to use Apache Commons Codec to encode and decode URLs, escape HTML entities, and prevent cross-site scripting (XSS) attacks in web applications.
  4. Using Apache Commons Codec with other frameworks
    • This article covers the integration of Apache Commons Codec with Spring Framework and Hibernate ORM, demonstrating how it can be used to encode, decode, encrypt, and hash data to improve the security of web applications and database storage.

Table of contents