Skip to main content

String Commitment

Definition

String commitment is a cryptographic primitive allowing a party to commit to an arbitrary string of data without revealing its content immediately. This scheme provides two essential properties binding and hiding. Binding ensures the committer cannot change the string after commitment, while hiding guarantees the verifier cannot learn the string until the committer chooses to reveal it. It acts as a digital equivalent of placing a document in a sealed, tamper-proof container.