evan.hong ebe1307ba7 init | %!s(int64=4) %!d(string=hai) anos | |
---|---|---|
.gitignore | %!s(int64=4) %!d(string=hai) anos | |
LICENSE | %!s(int64=4) %!d(string=hai) anos | |
README.md | %!s(int64=4) %!d(string=hai) anos | |
aescts.go | %!s(int64=4) %!d(string=hai) anos | |
aescts_test.go | %!s(int64=4) %!d(string=hai) anos |
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"