Versions in this module Expand all Collapse all v1 v1.2.1 Aug 23, 2026 v1.2.0 Jul 19, 2026 Changes in this version + func Decrypt(crypted, key []byte) ([]byte, error) + func Encrypt(origData, key []byte) ([]byte, error) + func PKCS5Padding(ciphertext []byte, blockSize int) []byte + func PKCS5UnPadding(origData []byte) []byte