File
- Full name:
\Qubus\Http\Encryption\Env\File
Methods
encrypt
Encrypts the input file's content, and writes the encrypted data to an output file.
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$input | string | |
$output | mixed | |
$key | \Defuse\Crypto\Key |
Throws:
decrypt
Decrypts the data from the input file and returns the decrypted data.
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$input | string | |
$key | \Defuse\Crypto\Key |
Throws:
Automatically generated on 2025-10-13