[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/phpseclib/phpseclib/phpseclib/Crypt/ -> AES.php (summary)

Pure-PHP implementation of AES. Uses mcrypt, if available/possible, and an internal implementation, otherwise.

Author: Jim Wigginton <[email protected]>
Copyright: 2008 Jim Wigginton
License: http://www.opensource.org/licenses/mit-license.html MIT License
File Size: 123 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

AES:: (3 methods):
  setBlockLength()
  setKeyLength()
  setKey()


Class: AES  - X-Ref

Pure-PHP implementation of AES.

setBlockLength($length)   X-Ref
Dummy function

Since \phpseclib3\Crypt\AES extends \phpseclib3\Crypt\Rijndael, this function is, technically, available, but it doesn't do anything.

param: int $length

setKeyLength($length)   X-Ref
Sets the key length

Valid key lengths are 128, 192, and 256.  Set the link to bool(false) to disable a fixed key length

param: int $length

setKey($key)   X-Ref
Sets the key.

Rijndael supports five different key lengths, AES only supports three.

param: string $key



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer