Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
CLASS_CRYPT
PHP Class CLASS_CRYPT
Show file
Open project: baigoStudio/baigoSSO
Public Methods
Method
Description
__construct
( )
decrypt
(
$string
,
$key_priv
)
解密
encrypt
(
$string
,
$key_priv
)
加密
Private Methods
Method
Description
get_key
(
$string
,
$key_priv
)
Method Details
__construct()
public
method
public
__construct
( )
decrypt()
public
method
解密
public
decrypt
(
$string
,
$key_priv
)
encrypt()
public
method
加密
public
encrypt
(
$string
,
$key_priv
)