\PhpOffice\PhpSpreadsheet\Reader\XlsRC4

Summary

Methods
Properties
Constants
__construct()
RC4()
No public properties found
No constants found
No protected methods found
$s
$i
$j
N/A
No private methods found
No private properties found
N/A

Properties

$s

$s

$i

$i

$j

$j

Methods

__construct()

__construct(string  $key) : mixed

RC4 stream decryption/encryption constrcutor.

Parameters

string $key

Encryption key/passphrase

Returns

mixed —

RC4()

RC4(string  $data) : string

Symmetric decryption/encryption function.

Parameters

string $data

Data to encrypt/decrypt

Returns

string —