public class Joomla15PasswordHash extends Object
| Constructor and Description |
|---|
Joomla15PasswordHash() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
check(String passwd,
String dbEntry) |
static String |
create(String passwd) |
static String |
md5(String data)
Takes the MD5 hash of a sequence of ASCII or LATIN1 characters,
and returns it as a 32-character lowercase hex string.
|
static byte[] |
pack(String md5) |
public static String md5(String data)
public static byte[] pack(String md5)
Copyright © 2026. All rights reserved.