CryptInterface::getKey

abstract public getKey () ...

Crypt\Exception

extends class Phalcon\Exception implements Throwable Source on GitHub Methods final private Exception __clone () inherited from Exception Clone the exception public __construct ([string $message], [int $code], [Exception $previous]) inherited from Exception Exception constructor public __wakeup () inherited from Exception ... final public string getMessage () inherited from Exception Gets the Exception message final public int getCode () inherited from Exception Gets the Exception code fin

CryptInterface::getCipher

abstract public getCipher () ...

CryptInterface::setCipher

abstract public setCipher (mixed $cipher) ...

CryptInterface::decrypt

abstract public decrypt (mixed $text, [mixed $key]) ...

CryptInterface::decryptBase64

abstract public decryptBase64 (mixed $text, [mixed $key]) ...

CryptInterface::getAvailableCiphers

abstract public getAvailableCiphers () ...

CryptInterface::encryptBase64

abstract public encryptBase64 (mixed $text, [mixed $key]) ...

CryptInterface

Source on GitHub Methods abstract public setCipher (mixed $cipher) ... abstract public getCipher () ... abstract public setKey (mixed $key) ... abstract public getKey () ... abstract public encrypt (mixed $text, [mixed $key]) ... abstract public decrypt (mixed $text, [mixed $key]) ... abstract public encryptBase64 (mixed $text, [mixed $key]) ... abstract public decryptBase64 (mixed $text, [mixed $key]) ... abstract public getAvailableCiphers () ...

Crypt::setKey

public setKey (mixed $key) Sets the encryption key