TCPDF_STATIC::_AESnopad( $key, $text )
Returns the input text exrypted using AES algorithm and the specified key.
Description Description
This method requires openssl or mcrypt. Text is not padded
Parameters Parameters
- $key
-
(Required) (string) encryption key
- $text
-
(Required) (String) input text to be encrypted
Return Return
(String) encrypted text
Source Source
File: includes/lib/tcpdf/include/tcpdf_static.php
Changelog Changelog
Version | Description |
---|---|
TODO | Introduced. |