Versions in this module Expand all Collapse all v2 v2.3.3 Oct 19, 2023 Changes in this version + func PKCS5Padding(ciphertext []byte, blockSize int) []byte + func PKCS5UnPadding(origData []byte) ([]byte, error)