Com\Tecnick\Pdf\Encrypt\Type\RCFour
RC4 is the standard encryption algorithm used in PDF format
Tags
Table of Contents
- encrypt() : string
- Encrypt the data
Methods
encrypt()
Encrypt the data
public encrypt(string $data,
string $key[,
string $mode
= ''
]) : string
Parameters
- $data : string
-
Data string to encrypt
- $key : string
-
Encryption key
- $mode : string = ''
-
Cipher
Return values
string —Encrypted data string.