SHA256
classin packageklyn.cryptography
public class SHA256 extends MessageDigest:
└ SHA256
SHA-256 message digest. SHA-256 is the default SHA-2 choice for most integrity checks and signatures.
import klyn.cryptography

digest = SHA256().digestInfo("hello")
print(digest.hex)
Properties inherited from MessageDigest: algorithm
Properties inherited from Object: type
Constructors
Modifier and Type Member Description
public SHA256 No summary.
Methods inherited from MessageDigest: digest, digestFile, digestFileInfo, digestInfo, getInstance, reset, toString, update
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml