Use ComputeHash and IsHashEqual intrinsics to encrypt and hash data.
ComputeHash
The ComputeHash method converts a string to a cryptographic hash value. The Usage and Algorithm parameters allow different hashing mechanisms to be used.
See Unicode Intrinsic Functions - ComputeHash Method.
IsHashEqual
The IsHashEqual method tests the supplied hash value against a derived value. The Usage and Algorithm parameters allow different hashing mechanisms to be used.
See Unicode Intrinsic Functions - IsHashEqual Method.