fof/src/25da88d3-f7b2-4666-977f-e68...
Robot 3e0a3c65cc
update 2024-04-07 13:20:18
2024-04-07 13:20:18 +02:00
..
README.md first commit 2023-10-09 11:38:00 +02:00
code.php first commit 2023-10-09 11:38:00 +02:00
code.power first commit 2023-10-09 11:38:00 +02:00
settings.json update 2024-04-07 13:20:18 2024-04-07 13:20:18 +02:00

README.md

██████╗  ██████╗ ██╗    ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║    ██║██╔════╝██╔══██╗
██████╔╝██║   ██║██║ █╗ ██║█████╗  ██████╔╝
██╔═══╝ ██║   ██║██║███╗██║██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚███╔███╔╝███████╗██║  ██║
╚═╝      ╚═════╝  ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝

class Mcrypt (Details)

namespace: VDM\Joomla\FOF\Encrypt\AES extends: Abstraction

@startuml
class Mcrypt  #Gold {
  + setEncryptionMode($mode = 'cbc', $strength = 128)
  + encrypt($plainText, $key, ...)
  + decrypt($cipherText, $key)
  + isSupported(Phpfunc $phpfunc = null)
  + getBlockSize()
}

note right of Mcrypt::encrypt
  
  arguments:
    $plainText
    $key
    $iv = null
end note
 
@enduml

     ██╗ ██████╗██████╗
     ██║██╔════╝██╔══██╗
     ██║██║     ██████╔╝
██   ██║██║     ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
 ╚════╝  ╚═════╝╚═════╝

Build with Joomla Component Builder