Committing with a blinding nonce
To commit, the tool concatenates your value with a random nonce and hashes the combined bytes, typically with SHA-256, returning a fixed-length hex digest. Publishing that digest hides the value because the nonce supplies entropy: for any guessable value there are astronomically many nonces that could have produced the same digest, so an observer cannot tell which value was committed. The digest itself reveals no structure about its input.