Package de.uplanet.security
Class MD5
java.lang.Object
de.uplanet.security.MD5
Deprecated.
The MD5 hash function is not considered to be secure.
It should not be used for cryptographic purposes.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MD5
public MD5()Deprecated.
-
-
Method Details
-
hash
Deprecated.Hashes the given String using the SHA-1 algorithm.- Parameters:
p_buf
- The data to be hashed.- Returns:
- The hashed string.
-