TCPDF_STATIC::_AES( $key,  $text )

Returns the input text exrypted using AES algorithm and the specified key.


Description Description

This method requires openssl or mcrypt. Text is padded to 16bytes blocks


Parameters Parameters

$key

(Required) (string) encryption key

$text

(Required) (String) input text to be encrypted


Top ↑

Return Return

(String) encrypted text


Top ↑

Source Source

File: includes/lib/tcpdf/include/tcpdf_static.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
5.0.005 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.