update 2024-05-02 16:26:28

This commit is contained in:
Robot 2024-05-02 16:26:28 +02:00
parent ed8d2b5a31
commit 86fb7d225d
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
18 changed files with 41 additions and 41 deletions

View File

@ -23,15 +23,15 @@ This repository contains an index (see below) of all the approved powers within
# Index of powers
- **Namespace**: [TrueChristianChurch\Joomla\FOF\Encrypt](#truechristianchurch-joomla-fof-encrypt)
- **Namespace**: [VDM\Joomla\FOF\Encrypt](#vdm-joomla-fof-encrypt)
- **interface Randvalinterface** | [Details](src/ba82e88a-254d-4ba4-99a3-ea69ed814f5c) | [Code](src/ba82e88a-254d-4ba4-99a3-ea69ed814f5c/code.php) | [Settings](src/ba82e88a-254d-4ba4-99a3-ea69ed814f5c/settings.json) | Super__ba82e88a_254d_4ba4_99a3_ea69ed814f5c__Power
- **class AES** | [Details](src/99175f6d-dba8-4086-8a65-5c4ec175e61d) | [Code](src/99175f6d-dba8-4086-8a65-5c4ec175e61d/code.php) | [Settings](src/99175f6d-dba8-4086-8a65-5c4ec175e61d/settings.json) | Super__99175f6d_dba8_4086_8a65_5c4ec175e61d__Power
- **class Randval** | [Details](src/eef08a1d-5367-4464-8d07-d47c479fb76f) | [Code](src/eef08a1d-5367-4464-8d07-d47c479fb76f/code.php) | [Settings](src/eef08a1d-5367-4464-8d07-d47c479fb76f/settings.json) | Super__eef08a1d_5367_4464_8d07_d47c479fb76f__Power
- **Namespace**: [TrueChristianChurch\Joomla\FOF\Utils](#truechristianchurch-joomla-fof-utils)
- **Namespace**: [VDM\Joomla\FOF\Utils](#vdm-joomla-fof-utils)
- **class Phpfunc** | [Details](src/470a08ee-6b31-4a2b-98d9-5b64757a3b34) | [Code](src/470a08ee-6b31-4a2b-98d9-5b64757a3b34/code.php) | [Settings](src/470a08ee-6b31-4a2b-98d9-5b64757a3b34/settings.json) | Super__470a08ee_6b31_4a2b_98d9_5b64757a3b34__Power
- **Namespace**: [TrueChristianChurch\Joomla\FOF\Encrypt\AES](#truechristianchurch-joomla-fof-encrypt-aes)
- **Namespace**: [VDM\Joomla\FOF\Encrypt\AES](#vdm-joomla-fof-encrypt-aes)
- **interface AesInterface** | [Details](src/7f753585-6e3b-4b81-bd29-3b7bdf0e3769) | [Code](src/7f753585-6e3b-4b81-bd29-3b7bdf0e3769/code.php) | [Settings](src/7f753585-6e3b-4b81-bd29-3b7bdf0e3769/settings.json) | Super__7f753585_6e3b_4b81_bd29_3b7bdf0e3769__Power
- **abstract class Abstraction** | [Details](src/4c89df31-8b94-40bb-94fc-7ec378145044) | [Code](src/4c89df31-8b94-40bb-94fc-7ec378145044/code.php) | [Settings](src/4c89df31-8b94-40bb-94fc-7ec378145044/settings.json) | Super__4c89df31_8b94_40bb_94fc_7ec378145044__Power

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Mcrypt (Details)
> namespace: **TrueChristianChurch\Joomla\FOF\Encrypt\AES**
> namespace: **VDM\Joomla\FOF\Encrypt\AES**
> extends: **Abstraction**
```uml
@startuml

View File

@ -13,13 +13,13 @@
* - Use phpseclib/phpseclib version 3 Instead.
* - Checkout the JCB Crypt Suite. <https://git.vdm.dev/joomla/phpseclib>
*/
namespace TrueChristianChurch\Joomla\FOF\Encrypt\AES;
namespace VDM\Joomla\FOF\Encrypt\AES;
use TrueChristianChurch\Joomla\FOF\Encrypt\Randval;
use TrueChristianChurch\Joomla\FOF\Utils\Phpfunc;
use TrueChristianChurch\Joomla\FOF\Encrypt\AES\AesInterface;
use TrueChristianChurch\Joomla\FOF\Encrypt\AES\Abstraction;
use VDM\Joomla\FOF\Encrypt\Randval;
use VDM\Joomla\FOF\Utils\Phpfunc;
use VDM\Joomla\FOF\Encrypt\AES\AesInterface;
use VDM\Joomla\FOF\Encrypt\AES\Abstraction;
/**

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Phpfunc (Details)
> namespace: **TrueChristianChurch\Joomla\FOF\Utils**
> namespace: **VDM\Joomla\FOF\Utils**
```uml
@startuml
class Phpfunc #Gold {

View File

@ -7,7 +7,7 @@
* @note This file has been modified by the Joomla! Project (and VDM) and no longer reflects the original work of its author.
* @depreciation This was ported for the sake of those who have stuff encrypted with the FOF encryption suite.
*/
namespace TrueChristianChurch\Joomla\FOF\Utils;
namespace VDM\Joomla\FOF\Utils;
/**

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# abstract class Abstraction (Details)
> namespace: **TrueChristianChurch\Joomla\FOF\Encrypt\AES**
> namespace: **VDM\Joomla\FOF\Encrypt\AES**
```uml
@startuml
abstract Abstraction #Orange {

View File

@ -13,7 +13,7 @@
* - Use phpseclib/phpseclib version 3 Instead.
* - Checkout the JCB Crypt Suite. <https://git.vdm.dev/joomla/phpseclib>
*/
namespace TrueChristianChurch\Joomla\FOF\Encrypt\AES;
namespace VDM\Joomla\FOF\Encrypt\AES;
/**

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# interface AesInterface (Details)
> namespace: **TrueChristianChurch\Joomla\FOF\Encrypt\AES**
> namespace: **VDM\Joomla\FOF\Encrypt\AES**
```uml
@startuml
interface AesInterface #Lavender {

View File

@ -13,10 +13,10 @@
* - Use phpseclib/phpseclib version 3 Instead.
* - Checkout the JCB Crypt Suite. <https://git.vdm.dev/joomla/phpseclib>
*/
namespace TrueChristianChurch\Joomla\FOF\Encrypt\AES;
namespace VDM\Joomla\FOF\Encrypt\AES;
use TrueChristianChurch\Joomla\FOF\Utils\Phpfunc;
use VDM\Joomla\FOF\Utils\Phpfunc;
/**

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Openssl (Details)
> namespace: **TrueChristianChurch\Joomla\FOF\Encrypt\AES**
> namespace: **VDM\Joomla\FOF\Encrypt\AES**
> extends: **Abstraction**
```uml
@startuml

View File

@ -13,13 +13,13 @@
* - Use phpseclib/phpseclib version 3 Instead.
* - Checkout the JCB Crypt Suite. <https://git.vdm.dev/joomla/phpseclib>
*/
namespace TrueChristianChurch\Joomla\FOF\Encrypt\AES;
namespace VDM\Joomla\FOF\Encrypt\AES;
use TrueChristianChurch\Joomla\FOF\Encrypt\Randval;
use TrueChristianChurch\Joomla\FOF\Utils\Phpfunc;
use TrueChristianChurch\Joomla\FOF\Encrypt\AES\AesInterface;
use TrueChristianChurch\Joomla\FOF\Encrypt\AES\Abstraction;
use VDM\Joomla\FOF\Encrypt\Randval;
use VDM\Joomla\FOF\Utils\Phpfunc;
use VDM\Joomla\FOF\Encrypt\AES\AesInterface;
use VDM\Joomla\FOF\Encrypt\AES\Abstraction;
/**

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class AES (Details)
> namespace: **TrueChristianChurch\Joomla\FOF\Encrypt**
> namespace: **VDM\Joomla\FOF\Encrypt**
```uml
@startuml
class AES #Gold {

View File

@ -13,13 +13,13 @@
* - Use phpseclib/phpseclib version 3 Instead.
* - Checkout the JCB Crypt Suite. <https://git.vdm.dev/joomla/phpseclib>
*/
namespace TrueChristianChurch\Joomla\FOF\Encrypt;
namespace VDM\Joomla\FOF\Encrypt;
use TrueChristianChurch\Joomla\FOF\Encrypt\AES\AesInterface;
use TrueChristianChurch\Joomla\FOF\Encrypt\AES\Mcrypt;
use TrueChristianChurch\Joomla\FOF\Encrypt\AES\Openssl;
use TrueChristianChurch\Joomla\FOF\Utils\Phpfunc;
use VDM\Joomla\FOF\Encrypt\AES\AesInterface;
use VDM\Joomla\FOF\Encrypt\AES\Mcrypt;
use VDM\Joomla\FOF\Encrypt\AES\Openssl;
use VDM\Joomla\FOF\Utils\Phpfunc;
/**

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# interface Randvalinterface (Details)
> namespace: **TrueChristianChurch\Joomla\FOF\Encrypt**
> namespace: **VDM\Joomla\FOF\Encrypt**
```uml
@startuml
interface Randvalinterface #Lavender {

View File

@ -13,7 +13,7 @@
* - Use phpseclib/phpseclib version 3 Instead.
* - Checkout the JCB Crypt Suite. <https://git.vdm.dev/joomla/phpseclib>
*/
namespace TrueChristianChurch\Joomla\FOF\Encrypt;
namespace VDM\Joomla\FOF\Encrypt;
/**

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Randval (Details)
> namespace: **TrueChristianChurch\Joomla\FOF\Encrypt**
> namespace: **VDM\Joomla\FOF\Encrypt**
```uml
@startuml
class Randval #Gold {

View File

@ -13,10 +13,10 @@
* - Use phpseclib/phpseclib version 3 Instead.
* - Checkout the JCB Crypt Suite. <https://git.vdm.dev/joomla/phpseclib>
*/
namespace TrueChristianChurch\Joomla\FOF\Encrypt;
namespace VDM\Joomla\FOF\Encrypt;
use TrueChristianChurch\Joomla\FOF\Encrypt\Randvalinterface;
use VDM\Joomla\FOF\Encrypt\Randvalinterface;
/**

View File

@ -2,7 +2,7 @@
"25da88d3-f7b2-4666-977f-e68ff731d1e8": {
"name": "Mcrypt",
"type": "class",
"namespace": "TrueChristianChurch\\Joomla\\FOF\\Encrypt\\AES",
"namespace": "VDM\\Joomla\\FOF\\Encrypt\\AES",
"code": "src\/25da88d3-f7b2-4666-977f-e68ff731d1e8\/code.php",
"power": "src\/25da88d3-f7b2-4666-977f-e68ff731d1e8\/code.power",
"settings": "src\/25da88d3-f7b2-4666-977f-e68ff731d1e8\/settings.json",
@ -13,7 +13,7 @@
"470a08ee-6b31-4a2b-98d9-5b64757a3b34": {
"name": "Phpfunc",
"type": "class",
"namespace": "TrueChristianChurch\\Joomla\\FOF\\Utils",
"namespace": "VDM\\Joomla\\FOF\\Utils",
"code": "src\/470a08ee-6b31-4a2b-98d9-5b64757a3b34\/code.php",
"power": "src\/470a08ee-6b31-4a2b-98d9-5b64757a3b34\/code.power",
"settings": "src\/470a08ee-6b31-4a2b-98d9-5b64757a3b34\/settings.json",
@ -24,7 +24,7 @@
"4c89df31-8b94-40bb-94fc-7ec378145044": {
"name": "Abstraction",
"type": "abstract class",
"namespace": "TrueChristianChurch\\Joomla\\FOF\\Encrypt\\AES",
"namespace": "VDM\\Joomla\\FOF\\Encrypt\\AES",
"code": "src\/4c89df31-8b94-40bb-94fc-7ec378145044\/code.php",
"power": "src\/4c89df31-8b94-40bb-94fc-7ec378145044\/code.power",
"settings": "src\/4c89df31-8b94-40bb-94fc-7ec378145044\/settings.json",
@ -35,7 +35,7 @@
"7f753585-6e3b-4b81-bd29-3b7bdf0e3769": {
"name": "AesInterface",
"type": "interface",
"namespace": "TrueChristianChurch\\Joomla\\FOF\\Encrypt\\AES",
"namespace": "VDM\\Joomla\\FOF\\Encrypt\\AES",
"code": "src\/7f753585-6e3b-4b81-bd29-3b7bdf0e3769\/code.php",
"power": "src\/7f753585-6e3b-4b81-bd29-3b7bdf0e3769\/code.power",
"settings": "src\/7f753585-6e3b-4b81-bd29-3b7bdf0e3769\/settings.json",
@ -46,7 +46,7 @@
"885cc1cf-1904-483c-aecc-6af916c329e7": {
"name": "Openssl",
"type": "class",
"namespace": "TrueChristianChurch\\Joomla\\FOF\\Encrypt\\AES",
"namespace": "VDM\\Joomla\\FOF\\Encrypt\\AES",
"code": "src\/885cc1cf-1904-483c-aecc-6af916c329e7\/code.php",
"power": "src\/885cc1cf-1904-483c-aecc-6af916c329e7\/code.power",
"settings": "src\/885cc1cf-1904-483c-aecc-6af916c329e7\/settings.json",
@ -57,7 +57,7 @@
"99175f6d-dba8-4086-8a65-5c4ec175e61d": {
"name": "AES",
"type": "class",
"namespace": "TrueChristianChurch\\Joomla\\FOF\\Encrypt",
"namespace": "VDM\\Joomla\\FOF\\Encrypt",
"code": "src\/99175f6d-dba8-4086-8a65-5c4ec175e61d\/code.php",
"power": "src\/99175f6d-dba8-4086-8a65-5c4ec175e61d\/code.power",
"settings": "src\/99175f6d-dba8-4086-8a65-5c4ec175e61d\/settings.json",
@ -68,7 +68,7 @@
"ba82e88a-254d-4ba4-99a3-ea69ed814f5c": {
"name": "Randvalinterface",
"type": "interface",
"namespace": "TrueChristianChurch\\Joomla\\FOF\\Encrypt",
"namespace": "VDM\\Joomla\\FOF\\Encrypt",
"code": "src\/ba82e88a-254d-4ba4-99a3-ea69ed814f5c\/code.php",
"power": "src\/ba82e88a-254d-4ba4-99a3-ea69ed814f5c\/code.power",
"settings": "src\/ba82e88a-254d-4ba4-99a3-ea69ed814f5c\/settings.json",
@ -79,7 +79,7 @@
"eef08a1d-5367-4464-8d07-d47c479fb76f": {
"name": "Randval",
"type": "class",
"namespace": "TrueChristianChurch\\Joomla\\FOF\\Encrypt",
"namespace": "VDM\\Joomla\\FOF\\Encrypt",
"code": "src\/eef08a1d-5367-4464-8d07-d47c479fb76f\/code.php",
"power": "src\/eef08a1d-5367-4464-8d07-d47c479fb76f\/code.power",
"settings": "src\/eef08a1d-5367-4464-8d07-d47c479fb76f\/settings.json",