Hash

Description

Returns a secure one-way hash of a string.

It is astronomically improbable that two strings have the same hash, or that a string can be derived from a hash by brute force.

Input

<Hash>
<plain>string</plain>
</Hash>

Output

<Hash>
  <errorNumber>0</errorNumber>
<hash>hashed string</hash>
</Hash>

Errors

103 - Parameter error (parameter missing or empty)

Class

103 - Parameter error (parameter missing or empty)

Notes

See UserHash to hash a string in a way that only the same user can recalculate.