This page last changed on Oct 14, 2011 by wikibot.

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

Asterisk 10 Function_AES_ENCRYPT
Asterisk 10 Function_BASE64_ENCODE
Asterisk 10 Function_BASE64_DECODE

Import Version

This documentation was imported from Asterisk version SVN-branch-10-r340810.

Document generated by Confluence on Oct 14, 2011 13:24