Crypt

crypt.sha256_encode

crypt.sha256_encode(data: string) -> string

crypt.base64_encode

crypt.base64_encode(data: string) -> string

crypt.base64_decode

crypt.base64_decode(data: string) -> string

crypt.json_encode

crypt.json_encode(data: string) -> string

crypt.json_decode

crypt.json_decode(data: string) -> string

Last updated