The services.encryption
interface contains functions used to encrypt, decrypt and hash data.
The available functions include:
encryptAES()
decryptAES()
generateHash()
A common use for this interface is to hash passwords, preferably using a salt unique to each user, for secure storage in a database.