Skip to content

myselfghost/AuthCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

a symmetric encryption function for ngx_lua

It supports setting the expiration time

Synopsis

local AuthCode = require("AuthCode")

local r = AuthCode("test","ENCODE","AKey",2)

local r = AuthCode(r,"DECODE","AKey")

About

AuthCode function for ngx_lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages