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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
MD5public MD5()Deprecated.
 
- 
- 
Method Details- 
hashDeprecated.Hashes the given String using the SHA-1 algorithm.- Parameters:
- p_buf- The data to be hashed.
- Returns:
- The hashed string.
 
 
-