Versions in this module Expand all Collapse all v1 v1.0.0 May 21, 2020 Changes in this version + func AuthorizationCheck(authCode string) (p_cnt, s_cnt, r_cnt int, username string, ok bool) + func AuthorizationCodeDecrypt(keycode, authCode string) (p_cnt, s_cnt int, username, mcode string, ok bool) + func AuthorizationCodeEncrypt(p_cnt, s_cnt int, username, mcode string) (string, bool) + func MachineCodeDecrypt(mcode string) (string, string, bool) + func MachineCodeEncrypt() string