Examples using... cipher.NewCBCEncrypter()

Recent
NewCBCEncrypter returns a BlockMode which encrypts in cipher block chaining mode, using the given Block. The length of iv must be the same as the Block's block size.