Versions in this module Expand all Collapse all v1 v1.0.0 Mar 24, 2021 Changes in this version + func Decrypt(cryted string, key string) (string, error) + func Encrypt(orig string, key string) (string, error) + func PKCS7Padding(ciphertext []byte, blocksize int) []byte + func PKCS7UnPadding(origData []byte) []byte