package
0.0.0-20241112165158-ce2ad370627b
Repository: https://github.com/cloudflare/redoctober.git
Documentation: pkg.go.dev
# Functions
DecryptCBC decrypt bytes using a key and IV with AES in CBC mode.
EncryptCBC encrypt data using a key and IV with AES in CBC mode.
MakeRandom is a helper that makes a new buffer full of random data.