Versions in this module Expand all Collapse all v1 v1.1.5 Dec 22, 2023 v1.0.0 Dec 22, 2023 Changes in this version + func CheckTrackEncryption(str string) bool + func TrackDecrypt(key string, str string) (string, error) + func TrackECBDecrypt(key string, str string) (string, error) + func TrackECBEncrypt(key string, str string) (string, error) + func TrackEncrypt(key string, str string) (string, error)