[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ c ] [ d ] [ e ] [ i ] [ j ] [ k ] [ r ] [ s ] [ _ ]

c

Crypt_RC42
in file RC42.php, class Crypt_RC42
    RC4 stream cipher routines implementation.
top

d

decrypt
in file RC42.php, method Crypt_RC42::decrypt()
    Decrypt function
top

e

encrypt
in file RC42.php, method Crypt_RC42::encrypt()
    Encrypt function
top

i

$i
in file RC42.php, variable Crypt_RC42::$i
    First Part of encryption matrix
top

j

$j
in file RC42.php, variable Crypt_RC42::$j
    Second part of encryption matrix
top

k

$key
in file RC42.php, variable Crypt_RC42::$key
    symmetric key used for encryption.
key
in file RC42.php, method Crypt_RC42::key()
    Assign encryption key to class
top

r

RC42.php
procedural page RC42.php
top

s

$s
in file RC42.php, variable Crypt_RC42::$s
    Contains salt key used by en(de)cryption function
top

_

_crypt
in file RC42.php, method Crypt_RC42::_crypt()
    (en/de) crypt function.
_initializeKey
in file RC42.php, method Crypt_RC42::_initializeKey()
    This method prevents changes to the key during the encryption procedure.
__construct
in file RC42.php, method Crypt_RC42::__construct()
    Constructor for encryption class Pass encryption key to key()
__get
in file RC42.php, method Crypt_RC42::__get()
    The only way for retrieving the encryption key
__set
in file RC42.php, method Crypt_RC42::__set()
    Alternative way to set the encryption key
top

Documentation generated on Mon, 11 Mar 2019 15:39:20 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.