Versions in this module Expand all Collapse all v1 v1.0.1 Jan 6, 2021 v1.0.0 Dec 16, 2020 Changes in this version + func AESDecrypt(crypted, key, iv []byte) ([]byte, error) + func AESEncrypt(plaintext, key, iv []byte) ([]byte, error) + func MD5(plainText []byte) string + func SHA1(plainText []byte) string