Versions in this module Expand all Collapse all v0 v0.0.3 Apr 1, 2023 v0.0.2 Feb 9, 2023 Changes in this version + func MD5(s string) string + func RandString(n int) string + func RandToken() string + func SHA1(s string) string + type ConnAes struct + func NewConnAes(key string, iv string) (ConnAes, error) + func (ca *ConnAes) Decrypt(src []byte) ([]byte, error) + func (ca *ConnAes) Encrypt(src []byte) []byte