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)