package
1.0.1
Repository: https://github.com/chouandy/goex.git
Documentation: pkg.go.dev

# Functions

Aes256CBCDecrypter 對用 AES-256-CBC 加密的文字進行解密.
Aes256CBCEncrypter 對資料進行 AES-256-CBC 加密.
FileDecrypter 使用 key 對加密的 src 檔案進行解密, 並轉存為 dst 檔案.
FileEncrypter 使用 key 對 src 檔案加密, 並轉存為 dst 檔案.
Pad returns the byte array passed as a parameter padded with bytes such that the new byte array will be an exact multiple of the expected block size.
Pkcs5CBCDecrypter 對文字進行 AES-256-CBC Pkcs5 解密.
Pkcs5CBCEncrypter 對文字進行 AES-256-CBC Pkcs5 加密.
Pkcs5Keyivgen 將 password 轉換成 Pkcs5 用的 key, iv.
Unpad removes the padding of a given byte array, according to the same rules as described in the Pad function.

# Structs

KeyGenerator key generator struct.