e-CryptIt Engine REALbasic Plugin
MD5.Update Method
Use this method to add data to the MD5 stream.
Update(
data
as
String)
Parameters
data
String to add to the MD5 stream.
Remarks
See Also
MD5 Class