phpseclib/src/e98b4edc-25b9-49d7-98a0-e42...
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 FOF (Details)

namespace: VDM\Joomla\Componentbuilder\Crypt

@startuml
class FOF  #Gold {
  + encrypt(string $string, string $key) : string
  + decrypt(string $string, string $key) : ?string
}

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

  since: 3.2.0
  return: string
end note

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

  since: 3.2.0
  return: ?string
end note
 
@enduml

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

Build with Joomla Component Builder