Checksum
When storing business data, it is sometimes required to ensure that
nobody changes the data afterwards. The best way to do this is to calculate a
checksum. Use the CalculateChecksum()
function to
create a checksum and store it in a variable of type Checksum
.
Checksum c = CalculateChecksum("text", "secret key");