function decrypt decrypt(encrypted: string): Promise<string> Decrypt a string value encrypted with encrypt() Expects format: enc:1:$base64iv:$base64ciphertext Parameters encrypted: string Return Type Promise<string>