Update 2024-07-11 23:18:13

This commit is contained in:
Robot 2024-07-08 23:18:37 +02:00
parent 7ee22de38e
commit c3dfe77e57
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
26 changed files with 61 additions and 47 deletions

View File

@ -23,15 +23,15 @@ This repository contains an index (see below) of all the approved powers within
# Index of powers
- **Namespace**: [VastDevelopmentMethod\Joomla\FOF\Encrypt](#vastdevelopmentmethod-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**: [VastDevelopmentMethod\Joomla\FOF\Utils](#vastdevelopmentmethod-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**: [VastDevelopmentMethod\Joomla\FOF\Encrypt\AES](#vastdevelopmentmethod-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: **VastDevelopmentMethod\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 VastDevelopmentMethod\Joomla\FOF\Encrypt\AES;
namespace VDM\Joomla\FOF\Encrypt\AES;
use VastDevelopmentMethod\Joomla\FOF\Encrypt\Randval;
use VastDevelopmentMethod\Joomla\FOF\Utils\Phpfunc;
use VastDevelopmentMethod\Joomla\FOF\Encrypt\AES\AesInterface;
use VastDevelopmentMethod\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

@ -21,6 +21,7 @@
"as": "default"
}
},
"extendsinterfaces": null,
"namespace": "[[[NamespacePrefix]]]\\Joomla\\FOF\\Encrypt.AES.Mcrypt",
"description": "Mcrypt AES encryption class\r\n\r\n@package FrameworkOnFramework\r\n@since 1.0\r\n@deprecated Use phpseclib\/phpseclib version 3 Instead. ",
"licensing_template": "\/**\r\n * @package FrameworkOnFramework\r\n * @subpackage Encryption\r\n * @copyright Copyright (C) 2010-2016 Nicholas K. Dionysopoulos \/ Akeeba Ltd. All rights reserved.\r\n * @license GNU General Public License version 2 or later; see LICENSE.txt\r\n * @note\t This file has been modified by the Joomla! Project (and VDM) and no longer reflects the original work of its author.\r\n * @depreciation This was ported for the sake of those who have stuff encrypted with the FOF encryption suite.\r\n * - Do not use this in new projects.\r\n * - Expect no updates.\r\n * - This is outdated.\r\n * - Not best choice for encryption.\r\n * - Use phpseclib\/phpseclib version 3 Instead.\r\n * - Checkout the JCB Crypt Suite. <https:\/\/git.vdm.dev\/joomla\/phpseclib>\r\n *\/",

View File

@ -7,7 +7,8 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Phpfunc (Details)
> namespace: **VastDevelopmentMethod\Joomla\FOF\Utils**
> namespace: **VDM\Joomla\FOF\Utils**
> extends: ****
```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 VastDevelopmentMethod\Joomla\FOF\Utils;
namespace VDM\Joomla\FOF\Utils;
/**

View File

@ -1,7 +1,7 @@
{
"add_head": "0",
"add_licensing_template": "2",
"extends": "0",
"extends": "",
"guid": "470a08ee-6b31-4a2b-98d9-5b64757a3b34",
"implements": null,
"load_selection": null,
@ -10,6 +10,7 @@
"system_name": "FOF.Utils.Phpfunc",
"type": "class",
"use_selection": null,
"extendsinterfaces": null,
"namespace": "[[[NamespacePrefix]]]\\Joomla\\FOF\\Utils.Phpfunc",
"description": "Intercept calls to PHP functions.\r\n\r\n@method function_exists(string $function)\r\n@method mcrypt_list_algorithms()\r\n@method hash_algos()\r\n@method extension_loaded(string $ext)\r\n@method mcrypt_create_iv(int $bytes, int $source)\r\n@method openssl_get_cipher_methods()\r\n\r\n@package FrameworkOnFramework\r\n@since 1.0",
"licensing_template": "\/**\r\n * @package FrameworkOnFramework\r\n * @subpackage Utilities\r\n * @copyright Copyright (C) 2010-2016 Nicholas K. Dionysopoulos \/ Akeeba Ltd. All rights reserved.\r\n * @license GNU General Public License version 2 or later; see LICENSE.txt\r\n * @note\t This file has been modified by the Joomla! Project (and VDM) and no longer reflects the original work of its author.\r\n * @depreciation This was ported for the sake of those who have stuff encrypted with the FOF encryption suite.\r\n *\/",

View File

@ -7,7 +7,8 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# abstract class Abstraction (Details)
> namespace: **VastDevelopmentMethod\Joomla\FOF\Encrypt\AES**
> namespace: **VDM\Joomla\FOF\Encrypt\AES**
> extends: ****
```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 VastDevelopmentMethod\Joomla\FOF\Encrypt\AES;
namespace VDM\Joomla\FOF\Encrypt\AES;
/**

View File

@ -1,7 +1,7 @@
{
"add_head": "0",
"add_licensing_template": "2",
"extends": "0",
"extends": "",
"guid": "4c89df31-8b94-40bb-94fc-7ec378145044",
"implements": null,
"load_selection": null,
@ -10,6 +10,7 @@
"system_name": "FOF.Encrypt.AES.Abstraction",
"type": "abstract class",
"use_selection": null,
"extendsinterfaces": null,
"namespace": "[[[NamespacePrefix]]]\\Joomla\\FOF\\Encrypt.AES.Abstraction",
"description": "Abstract AES encryption class\r\n\r\n@package FrameworkOnFramework\r\n@since 1.0\r\n@deprecated Use phpseclib\/phpseclib version 3 Instead. ",
"licensing_template": "\/**\r\n * @package FrameworkOnFramework\r\n * @subpackage Encryption\r\n * @copyright Copyright (C) 2010-2016 Nicholas K. Dionysopoulos \/ Akeeba Ltd. All rights reserved.\r\n * @license GNU General Public License version 2 or later; see LICENSE.txt\r\n * @note\t This file has been modified by the Joomla! Project (and VDM) and no longer reflects the original work of its author.\r\n * @depreciation This was ported for the sake of those who have stuff encrypted with the FOF encryption suite.\r\n * - Do not use this in new projects.\r\n * - Expect no updates.\r\n * - This is outdated.\r\n * - Not best choice for encryption.\r\n * - Use phpseclib\/phpseclib version 3 Instead.\r\n * - Checkout the JCB Crypt Suite. <https:\/\/git.vdm.dev\/joomla\/phpseclib>\r\n *\/",

View File

@ -7,7 +7,8 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# interface AesInterface (Details)
> namespace: **VastDevelopmentMethod\Joomla\FOF\Encrypt\AES**
> namespace: **VDM\Joomla\FOF\Encrypt\AES**
> extends: ****
```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 VastDevelopmentMethod\Joomla\FOF\Encrypt\AES;
namespace VDM\Joomla\FOF\Encrypt\AES;
use VastDevelopmentMethod\Joomla\FOF\Utils\Phpfunc;
use VDM\Joomla\FOF\Utils\Phpfunc;
/**

View File

@ -1,7 +1,7 @@
{
"add_head": "0",
"add_licensing_template": "2",
"extends": "0",
"extends": "",
"guid": "7f753585-6e3b-4b81-bd29-3b7bdf0e3769",
"implements": null,
"load_selection": null,
@ -15,6 +15,7 @@
"as": "default"
}
},
"extendsinterfaces": null,
"namespace": "[[[NamespacePrefix]]]\\Joomla\\FOF\\Encrypt.AES.AesInterface",
"description": "Interface for AES encryption adapters\r\n\r\n@package FrameworkOnFramework\r\n@since 1.0\r\n@deprecated Use phpseclib\/phpseclib version 3 Instead. ",
"licensing_template": "\/**\r\n * @package FrameworkOnFramework\r\n * @subpackage Encryption\r\n * @copyright Copyright (C) 2010-2016 Nicholas K. Dionysopoulos \/ Akeeba Ltd. All rights reserved.\r\n * @license GNU General Public License version 2 or later; see LICENSE.txt\r\n * @note\t This file has been modified by the Joomla! Project (and VDM) and no longer reflects the original work of its author.\r\n * @depreciation This was ported for the sake of those who have stuff encrypted with the FOF encryption suite.\r\n * - Do not use this in new projects.\r\n * - Expect no updates.\r\n * - This is outdated.\r\n * - Not best choice for encryption.\r\n * - Use phpseclib\/phpseclib version 3 Instead.\r\n * - Checkout the JCB Crypt Suite. <https:\/\/git.vdm.dev\/joomla\/phpseclib>\r\n *\/",

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Openssl (Details)
> namespace: **VastDevelopmentMethod\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 VastDevelopmentMethod\Joomla\FOF\Encrypt\AES;
namespace VDM\Joomla\FOF\Encrypt\AES;
use VastDevelopmentMethod\Joomla\FOF\Encrypt\Randval;
use VastDevelopmentMethod\Joomla\FOF\Utils\Phpfunc;
use VastDevelopmentMethod\Joomla\FOF\Encrypt\AES\AesInterface;
use VastDevelopmentMethod\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

@ -21,6 +21,7 @@
"as": "default"
}
},
"extendsinterfaces": null,
"namespace": "[[[NamespacePrefix]]]\\Joomla\\FOF\\Encrypt.AES.Openssl",
"description": "Openssl AES encryption class\r\n\r\n@package FrameworkOnFramework\r\n@since 1.0\r\n@deprecated Use phpseclib\/phpseclib version 3 Instead. ",
"licensing_template": "\/**\r\n * @package FrameworkOnFramework\r\n * @subpackage Encryption\r\n * @copyright Copyright (C) 2010-2016 Nicholas K. Dionysopoulos \/ Akeeba Ltd. All rights reserved.\r\n * @license GNU General Public License version 2 or later; see LICENSE.txt\r\n * @note\t This file has been modified by the Joomla! Project (and VDM) and no longer reflects the original work of its author.\r\n * @depreciation This was ported for the sake of those who have stuff encrypted with the FOF encryption suite.\r\n * - Do not use this in new projects.\r\n * - Expect no updates.\r\n * - This is outdated.\r\n * - Not best choice for encryption.\r\n * - Use phpseclib\/phpseclib version 3 Instead.\r\n * - Checkout the JCB Crypt Suite. <https:\/\/git.vdm.dev\/joomla\/phpseclib>\r\n *\/",

View File

@ -7,7 +7,8 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class AES (Details)
> namespace: **VastDevelopmentMethod\Joomla\FOF\Encrypt**
> namespace: **VDM\Joomla\FOF\Encrypt**
> extends: ****
```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 VastDevelopmentMethod\Joomla\FOF\Encrypt;
namespace VDM\Joomla\FOF\Encrypt;
use VastDevelopmentMethod\Joomla\FOF\Encrypt\AES\AesInterface;
use VastDevelopmentMethod\Joomla\FOF\Encrypt\AES\Mcrypt;
use VastDevelopmentMethod\Joomla\FOF\Encrypt\AES\Openssl;
use VastDevelopmentMethod\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

@ -1,7 +1,7 @@
{
"add_head": "0",
"add_licensing_template": "2",
"extends": "0",
"extends": "",
"guid": "99175f6d-dba8-4086-8a65-5c4ec175e61d",
"implements": null,
"load_selection": {
@ -31,6 +31,7 @@
"as": "default"
}
},
"extendsinterfaces": null,
"namespace": "[[[NamespacePrefix]]]\\Joomla\\FOF\\Encrypt.AES",
"description": "AES encryption class\r\n\r\n@package FrameworkOnFramework\r\n@since 1.0\r\n@deprecated Use phpseclib\/phpseclib version 3 Instead. ",
"licensing_template": "\/**\r\n * @package FrameworkOnFramework\r\n * @subpackage Encryption\r\n * @copyright Copyright (C) 2010-2016 Nicholas K. Dionysopoulos \/ Akeeba Ltd. All rights reserved.\r\n * @license GNU General Public License version 2 or later; see LICENSE.txt\r\n * @note\t This file has been modified by the Joomla! Project (and VDM) and no longer reflects the original work of its author.\r\n * @depreciation This was ported for the sake of those who have stuff encrypted with the FOF encryption suite.\r\n * - Do not use this in new projects.\r\n * - Expect no updates.\r\n * - This is outdated.\r\n * - Not best choice for encryption.\r\n * - Use phpseclib\/phpseclib version 3 Instead.\r\n * - Checkout the JCB Crypt Suite. <https:\/\/git.vdm.dev\/joomla\/phpseclib>\r\n *\/",

View File

@ -7,7 +7,8 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# interface Randvalinterface (Details)
> namespace: **VastDevelopmentMethod\Joomla\FOF\Encrypt**
> namespace: **VDM\Joomla\FOF\Encrypt**
> extends: ****
```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 VastDevelopmentMethod\Joomla\FOF\Encrypt;
namespace VDM\Joomla\FOF\Encrypt;
/**

View File

@ -1,7 +1,7 @@
{
"add_head": "0",
"add_licensing_template": "2",
"extends": "0",
"extends": "",
"guid": "ba82e88a-254d-4ba4-99a3-ea69ed814f5c",
"implements": null,
"load_selection": null,
@ -10,6 +10,7 @@
"system_name": "FOF.Encrypt.Randvalinterface",
"type": "interface",
"use_selection": null,
"extendsinterfaces": null,
"namespace": "[[[NamespacePrefix]]]\\Joomla\\FOF\\Encrypt.Randvalinterface",
"description": "Randvalinterface\r\n\r\n@package FrameworkOnFramework\r\n@since 1.0\r\n@deprecated Use phpseclib\/phpseclib version 3 Instead. ",
"licensing_template": "\/**\r\n * @package FrameworkOnFramework\r\n * @subpackage Encryption\r\n * @copyright Copyright (C) 2010-2016 Nicholas K. Dionysopoulos \/ Akeeba Ltd. All rights reserved.\r\n * @license GNU General Public License version 2 or later; see LICENSE.txt\r\n * @note\t This file has been modified by the Joomla! Project (and VDM) and no longer reflects the original work of its author.\r\n * @depreciation This was ported for the sake of those who have stuff encrypted with the FOF encryption suite.\r\n * - Do not use this in new projects.\r\n * - Expect no updates.\r\n * - This is outdated.\r\n * - Not best choice for encryption.\r\n * - Use phpseclib\/phpseclib version 3 Instead.\r\n * - Checkout the JCB Crypt Suite. <https:\/\/git.vdm.dev\/joomla\/phpseclib>\r\n *\/",

View File

@ -7,7 +7,8 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Randval (Details)
> namespace: **VastDevelopmentMethod\Joomla\FOF\Encrypt**
> namespace: **VDM\Joomla\FOF\Encrypt**
> extends: ****
```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 VastDevelopmentMethod\Joomla\FOF\Encrypt;
namespace VDM\Joomla\FOF\Encrypt;
use VastDevelopmentMethod\Joomla\FOF\Encrypt\Randvalinterface;
use VDM\Joomla\FOF\Encrypt\Randvalinterface;
/**

View File

@ -1,7 +1,7 @@
{
"add_head": "0",
"add_licensing_template": "2",
"extends": "0",
"extends": "",
"guid": "eef08a1d-5367-4464-8d07-d47c479fb76f",
"implements": [
"ba82e88a-254d-4ba4-99a3-ea69ed814f5c"
@ -12,6 +12,7 @@
"system_name": "FOF.Encrypt.Randval",
"type": "class",
"use_selection": null,
"extendsinterfaces": null,
"namespace": "[[[NamespacePrefix]]]\\Joomla\\FOF\\Encrypt.Randval",
"description": "Generates cryptographically-secure random values.\r\n\r\n@package FrameworkOnFramework\r\n@since 1.0\r\n@deprecated Use phpseclib\/phpseclib version 3 Instead. ",
"licensing_template": "\/**\r\n * @package FrameworkOnFramework\r\n * @subpackage Encryption\r\n * @copyright Copyright (C) 2010-2016 Nicholas K. Dionysopoulos \/ Akeeba Ltd. All rights reserved.\r\n * @license GNU General Public License version 2 or later; see LICENSE.txt\r\n * @note\t This file has been modified by the Joomla! Project (and VDM) and no longer reflects the original work of its author.\r\n * @depreciation This was ported for the sake of those who have stuff encrypted with the FOF encryption suite.\r\n * - Do not use this in new projects.\r\n * - Expect no updates.\r\n * - This is outdated.\r\n * - Not best choice for encryption.\r\n * - Use phpseclib\/phpseclib version 3 Instead.\r\n * - Checkout the JCB Crypt Suite. <https:\/\/git.vdm.dev\/joomla\/phpseclib>\r\n *\/",

View File

@ -2,7 +2,7 @@
"25da88d3-f7b2-4666-977f-e68ff731d1e8": {
"name": "Mcrypt",
"type": "class",
"namespace": "VastDevelopmentMethod\\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": "VastDevelopmentMethod\\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": "VastDevelopmentMethod\\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": "VastDevelopmentMethod\\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": "VastDevelopmentMethod\\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": "VastDevelopmentMethod\\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": "VastDevelopmentMethod\\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": "VastDevelopmentMethod\\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",