jcb-compiler/src/81de8f57-dd9c-4a17-964f-848cd4a0743b/README.md

46 lines
1.6 KiB
Markdown
Raw Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# interface Cryptinterface (Details)
> namespace: **VDM\Joomla\Componentbuilder\Interfaces**
```uml
@startuml
interface Cryptinterface #Lavender {
+ encrypt(string $string, string $key) : string
2023-10-24 08:36:39 +00:00
+ decrypt(string $string, string $key) : ?string
2023-03-21 22:52:57 +00:00
}
note right of Cryptinterface::encrypt
Encrypt a string as needed
since: 3.2.0
return: string
end note
note right of Cryptinterface::decrypt
Decrypt a string as needed
since: 3.2.0
2023-10-24 08:36:39 +00:00
return: ?string
2023-03-21 22:52:57 +00:00
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)