Skip to content

QubusEncryption

Properties

key

public \Defuse\Crypto\Key $key

Methods

__construct

public __construct(\Defuse\Crypto\Key $key): mixed

Parameters:

Parameter Type Description
$key \Defuse\Crypto\Key

decrypt

public decrypt(string $value, bool $rawBinary = false): string

Parameters:

Parameter Type Description
$value string
$rawBinary bool

Throws:


encrypt

public encrypt(string $value, bool $rawBinary = false): string

Parameters:

Parameter Type Description
$value string
$rawBinary bool

Throws:



Automatically generated on 2025-10-13