You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mt 163c116871
transfer support kafka (#227)
5 years ago
..
.gitignore transfer support kafka (#227) 5 years ago
LICENSE transfer support kafka (#227) 5 years ago
README.md transfer support kafka (#227) 5 years ago
aescts.go transfer support kafka (#227) 5 years ago

README.md

AES CBC Ciphertext Stealing

GoDoc Go Report Card

Encrypt and decrypt data using AES CBC Ciphertext stealing mode.

Reference: https://en.wikipedia.org/wiki/Ciphertext_stealing#CBC_ciphertext_stealing

To get the package, execute:

go get gopkg.in/jcmturner/aescts.v1

To import this package, add the following line to your code:

import "gopkg.in/jcmturner/aescts.v1"