Registry / crypto / hutool-crypto

hutool-crypto

JSON →
library5.8.46javamavenunverified

A module of the Hutool toolkit providing simplified encryption and decryption utilities, including symmetric, asymmetric, and digest algorithms.

<dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-crypto</artifactId> <version>5.8.46</version> </dependency>
INSTALL
IMPORT
SIG · HUTOOL-CRYPTO
H
hutool-crypto
cryptojavav5.8.46
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.

SecureUtil
cn.hutool.crypto.SecureUtil

Compute the MD5 hash of a string using Hutool's SecureUtil.

import cn.hutool.crypto.SecureUtil; String encrypted = SecureUtil.md5("hello"); System.out.println(encrypted); // 5d41402abc4b2a76b9719d911017c592
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.8.46latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
hutool-crypto — mvn dependency:get hutool-crypto · libregistry