public class Md5Encrypter extends Object
MessageDigest
which provides applications the functionality of a message digest
algorithm, such as MD5. Message digests are secure one-way hash functions that take
arbitrary-sized data and output a fixed-length hash value.Constructor and Description |
---|
Md5Encrypter() |
Modifier and Type | Method and Description |
---|---|
String |
encrypt(String raw)
Encrypts the raw String using the MD5 algorithm.
|
Copyright © GigaSpaces.