AES_128
AES_128
The AES-128 type.
Class SymmetricCipherFactory - Factory for object symmetric encryption algorithm object instancing.
create(string|null $type) : \CryptoManana\Core\Abstractions\MessageEncryption\AbstractSymmetricEncryptionAlgorithm|object|null
Create an encryption algorithm object
string|null | $type | The algorithm class name as type for creation. |
An encryption algorithm object or null.
createInstance(string|null $type) : \CryptoManana\Core\Abstractions\MessageEncryption\AbstractSymmetricEncryptionAlgorithm|object|null
Create an encryption algorithm object
string|null | $type | The algorithm class name as type for creation. |
An encryption algorithm object or null.