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


Top ↑

Return Return

(String) encrypted text


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
TODO Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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