fof/src/25da88d3-f7b2-4666-977f-e68ff731d1e8/README.md
2023-10-09 11:38:00 +02:00

1.6 KiB

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

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