[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/src/Encrypt/AES/ -> Mcrypt.php (summary)

Joomla! Content Management System

Copyright: (C) 2016 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
File Size: 194 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Mcrypt:: (5 methods):
  setEncryptionMode()
  encrypt()
  decrypt()
  isSupported()
  getBlockSize()


Class: Mcrypt  - X-Ref

Mcrypt implementation

setEncryptionMode($mode = 'cbc', $strength = 128)   X-Ref
Set the encryption mode

param: string   $mode      Encryption Mode
param: integer  $strength  Encryption Strength
return: void

encrypt($plainText, $key, $iv = null)   X-Ref
Encrypt the data

param: string  $plainText  Plaintext data
param: string  $key        Encryption key
param: string  $iv         IV for the encryption
return: string  Encrypted data

decrypt($cipherText, $key)   X-Ref
Decrypt encrypted data

param: string  $cipherText  Encrypted data
param: string  $key         Encryptionkey
return: string  Plaintext data

isSupported()   X-Ref
Is this adapter supported?

return: boolean

getBlockSize()   X-Ref
Get the block size

return: integer



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