sha256Hex

fun sha256Hex(input: String): String

Computes the lowercase hex SHA-256 digest of input.

Used to hash identifying values (e.g. hardware names) so signals remain comparable for fingerprint uniqueness without exposing the raw identifier.

Return

64-character lowercase hex digest.

Parameters

input

UTF-8 string to hash.