\Crypt_Rc4

Summary

Methods
Properties
Constants
Crypt_RC4()
setKey()
key()
crypt()
decrypt()
$s
$i
$j
$_key
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$s

$s : array

Real programmers.

..

Type

array

$i

$i : array

Real programmers.

..

Type

array

$j

$j : array

Real programmers.

..

Type

array

$_key

$_key : string

Key holder

Type

string

Methods

Crypt_RC4()

Crypt_RC4( $key) : void

Constructor Pass encryption key to key()

Parameters

$key

setKey()

setKey( $key)

Parameters

$key

key()

key( $key) : void

Assign encryption key to class

Parameters

$key

crypt()

crypt( $paramstr,  $type) : void

Encrypt function

Parameters

$paramstr
$type

decrypt()

decrypt( $paramstr) : void

Decrypt function

Parameters

$paramstr