phpseclib/src/437af6b0-ca02-49d7-8739-4ed...
Robot fcb429d948
update 2024-04-07 13:20:18
2024-04-07 13:20:36 +02:00
..
README.md update 2023-10-24 10:36:32 2023-10-24 10:36:46 +02:00
code.php update 2023-10-24 10:36:32 2023-10-24 10:36:46 +02:00
code.power update 2023-10-24 10:36:32 2023-10-24 10:36:46 +02:00
settings.json update 2024-04-07 13:20:18 2024-04-07 13:20:36 +02:00

README.md

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

class Legacy (Details)

namespace: VDM\Joomla\Componentbuilder\Crypt\Aes

@startuml
class Legacy  #Gold {
  # BASEAES $aes
  # int $size
  + __construct(BASEAES $aes)
  + encrypt(string $string, string $key) : string
  + decrypt(string $string, string $key) : ?string
}

note right of Legacy::__construct
  Constructor

  since: 3.2.0
end note

note right of Legacy::encrypt
  Encrypt a string as needed

  since: 3.2.0
  return: string
end note

note right of Legacy::decrypt
  Decrypt a string as needed

  since: 3.2.0
  return: ?string
end note
 
@enduml

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

Build with Joomla Component Builder