PHP Class Dcrypt\Spritz

Inheritance: extends Rc4
Datei anzeigen Open project: dopecode/dcrypt Class Usage Examples

Public Methods

Method Description
crypt ( string $str, string $key ) : string Perform (en/de)cryption

Method Details

crypt() public static method

Perform (en/de)cryption
public static crypt ( string $str, string $key ) : string
$str string String to be encrypted
$key string Key to use for encryption
return string