e-CryptIt Engine Xojo Plugin |
|
SHA1.Hash Method
Convenience shared function to hash small data with just one line of code without creating instance of the class.
shared Hash(
data
as String)
as String
Parameters
- data
- The data to hash.
Returns
- String
Remarks
See Also
SHA1 Class