fof/src/4c89df31-8b94-40bb-94fc-7ec...
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

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

abstract class Abstraction (Details)

namespace: VDM\Joomla\FOF\Encrypt\AES

@startuml
abstract Abstraction  #Orange {
  + resizeKey(string $key, int $size) : null|string
  # getZeroPadding(string $string, int $blockSize) : string
}

note right of Abstraction::resizeKey
  Trims or zero-pads a key / IV

  return: null|string
end note

note right of Abstraction::getZeroPadding
  Returns null bytes to append to the string so that it's zero padded to the specified block size

  return: string
end note
 
@enduml

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

Build with Joomla Component Builder