Interfaces

CipherInterface

Joomla Framework Cipher interface.

« More »

Classes

Crypt

Crypt is a Joomla Framework class for handling basic encryption/decryption of data.

« More »

Key

Encryption key object for the Joomla Framework.

« More »

Classes

Crypto

Joomla cipher for encryption, decryption and key generation via the php-encryption library.

« More »

OpenSSL

Joomla cipher for encryption, decryption and key generation via the openssl extension.

« More »

Sodium

Cipher for sodium algorithm encryption, decryption and key generation.

« More »

Interfaces

CryptExceptionInterface

Interface defining all crypt package exceptions

« More »

Classes

DecryptionException

Exception representing an error decrypting data

« More »

EncryptionException

Exception representing an error encrypting data

« More »

InvalidKeyException

Exception representing an error generating an encryption key

« More »

InvalidKeyTypeException

Exception representing an invalid Joomla\Crypt\Key type for a cipher

« More »

UnsupportedCipherException

Exception representing an error encrypting data

« More »