Registry / utility / commons-codec

commons-codec

JSON →
library1.22.0javamavenunverified

The Apache Commons Codec component contains encoders and decoders for formats such as Base16, Base32, Base64, digest, and Hexadecimal.

<dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.22.0</version> </dependency>
INSTALL
IMPORT
SIG · COMMONS-CODEC
C
commons-codec
utilityjavav1.22.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DigestUtils
org.apache.commons.codec.digest.DigestUtils

Computing SHA-256 hash using DigestUtils.

import org.apache.commons.codec.digest.DigestUtils; public class Example { public static void main(String[] args) { String sha256Hex = DigestUtils.sha256Hex("Hello World"); System.out.println(sha256Hex); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.22.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
commons-codec — mvn dependency:get commons-codec · libregistry