DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
cipher.NewCBCEncrypter()
Examples using...
cipher.NewCBCEncrypter()
Recent
Examples
NewCBCEncrypter in Go
by GoDoc
Go
cipher.NewCBCEncrypter
aes.BlockSize
aes.NewCipher
crypto/aes
crypto/cipher
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.