phpseclib/src/e98b4edc-25b9-49d7-98a0-e42.../README.md

46 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2023-04-15 15:00:08 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class FOF (Details)
> namespace: **VDM\Joomla\Componentbuilder\Crypt**
```uml
@startuml
class FOF #Gold {
+ encrypt(string $string, string $key) : string
2023-10-24 08:36:46 +00:00
+ decrypt(string $string, string $key) : ?string
2023-04-15 15:00:08 +00:00
}
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](https://git.vdm.dev/joomla/Component-Builder)