Class Crypt_RC4
Pure-PHP implementation of RC4.
Package: Crypt\RC4
Copyright: MMVII Jim Wigginton
License: MIT License
Author: Jim Wigginton <terrafrost@php.net>
Version: 0.1.0
Located at vendors/phpseclib/Crypt/RC4.php
Copyright: MMVII Jim Wigginton
License: MIT License
Author: Jim Wigginton <terrafrost@php.net>
Version: 0.1.0
Located at vendors/phpseclib/Crypt/RC4.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
Magic methods summary
Properties summary
public
String
|
$key |
#
The Key |
public
Array
|
$encryptStream |
#
The Key Stream for encryption |
public
Array
|
$decryptStream |
#
The Key Stream for decryption |
public
Integer
|
$encryptIndex |
#
The $i and $j indexes for encryption |
public
Integer
|
$decryptIndex |
#
The $i and $j indexes for decryption |
public
Integer
|
$mode |
#
The Encryption Algorithm |
public
Boolean
|
$continuousBuffer |
#
Continuous Buffer status |