hashWithSha256

fun hashWithSha256(textToHash: String): String(source)

Creates SHA256 hash of the given text.


fun hashWithSha256(fileToHash: File): String(source)

Creates SHA256 hash of the given file.


Creates SHA256 hash of the given byte array.