sha256

open fun sha256(@Nullable value: String): String

Returns the sha256 hex string for a given string.

Return

The sha256 hex string or null if the value is null or it failed encode the string.

Parameters

value

The value.