Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Dcrypt
Spritz
PHP 클래스 Dcrypt\Spritz
링크 보기:
https://github.com/mmeyer2k/dcrypt
링크 보기:
http://en.wikipedia.org/wiki/Stream_cipher
링크 보기:
https://en.wikipedia.org/wiki/RC4
링크 보기:
http://people.csail.mit.edu/rivest/pubs/RS14.pdf
링크 보기:
https://apigen.ci/github/mmeyer2k/dcrypt/namespace-Dcrypt.html
저자:
Michael Meyer (mmeyer2k) (
[email protected]
)
상속:
extends
Rc4
파일 보기
프로젝트 열기: dopecode/dcrypt
1 사용 예제들
공개 메소드들
메소드
설명
crypt
(
string
$str
,
string
$key
) :
string
Perform (en/de)cryption
메소드 상세
crypt()
공개
정적인
메소드
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
리턴
string