MCPcopy Create free account
hub / github.com/CoderOpen/waimai / arr_encrypt

Function arr_encrypt

bootstrap/function.php:198–201  ·  view source on GitHub ↗

数据加密

(Array $arr)

Source from the content-addressed store, hash-verified

196
197//数据加密
198function arr_encrypt(Array $arr)
199{
200 return base64_encode(authcode(arr_parse($arr)));
201}
202
203//数据解密
204function arr_decrypt($string)

Callers

nothing calls this directly

Calls 2

authcodeFunction · 0.85
arr_parseFunction · 0.85

Tested by

no test coverage detected