Versions in this module Expand all Collapse all v0 v0.1.49 Jul 20, 2024 Changes in this version + func AesDecrypt(data []byte, key []byte) ([]byte, error) + func AesEncrypt(data []byte, key []byte) ([]byte, error) + func Md5(s string, salt ...string) string