Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Dcrypt
Spritz
PHP Class Dcrypt\Spritz
See link:
https://github.com/mmeyer2k/dcrypt
See link:
http://en.wikipedia.org/wiki/Stream_cipher
See link:
https://en.wikipedia.org/wiki/RC4
See link:
http://people.csail.mit.edu/rivest/pubs/RS14.pdf
See link:
https://apigen.ci/github/mmeyer2k/dcrypt/namespace-Dcrypt.html
Author:
Michael Meyer (mmeyer2k) (
[email protected]
)
Inheritance:
extends
Rc4
Exibir arquivo
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