MD5
classin packageklyn.cryptography
public class MD5 extends MessageDigest:
MD5 message digest.
MD5 is preserved for interoperability with legacy protocols and file
fingerprints. It should not be used for password storage, signatures or any
security-sensitive integrity guarantee.
import klyn.cryptography
digest = MD5().digestInfo("hello")
print(digest.hex)
Constructors
| Modifier and Type |
Member |
Description |
| public |
MD5 |
No summary. |