e-CryptIt Engine REALbasic Plugin

SHA.Update Method

Use this method to add data to the SHA stream.

Update(
   data as String)

Parameters

data
String to add to the SHA stream.

Remarks

See Also

SHA Class