There is MD5 hashing capability,using MD5_ASCII(String) and MD5_UNICODE(String) found under string functions
it seems to be possible to encrypt/mask sensitive data...
BUT! using the following site it's child's play to decrypt MD5 --> https://hashkiller.co.uk/md5-decrypter.aspx
I entered password and encrypt it with MD5 giving me 5f4dcc3b5aa765d61d8327deb882cf99
Site gave me decrypted result in 131 m/s...
It may be wise to have;
SHA512_ASCII(String) and
SHA512_UNICODE(String)
Best
Altan Atabarut @Atabarezz