Skip to end of metadata
Go to start of metadata

AES_DECRYPT()

Synopsis

Decrypt a string encoded in base64 with AES given a 16 character key.

Description

Returns the plain text string.

Syntax

AES_DECRYPT(key,string)
Arguments
  • key - AES Key
  • string - Input string.

See Also

Import Version

This documentation was imported from Asterisk Version GIT-20-f8000daff5

  • No labels