AR_Engine_SDK
Functions | Variables
xaes.lua File Reference

Functions

function xaes encrypt (str)
 
function xaes decrypt (str)
 

Variables

 xaes = {}
 

Function Documentation

◆ decrypt()

function xaes decrypt ( str  )

decrypt 解密

Parameters
strstring
Returns
string

◆ encrypt()

function xaes encrypt ( str  )

encrypt 加密

Parameters
strstring
Returns
string

Variable Documentation

◆ xaes

xaes = {}