The highest tagged major version is
v2.
package
module
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Sep 29, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 289
Opens a new window with list of known importers.
README
¶
AES CBC Ciphertext Stealing
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"
Documentation
¶
Package aescts provides AES CBC CipherText Stealing encryption and decryption methods
Decrypt the ciphertext with the key and the initial vector.
Encrypt the message with the key and the initial vector.
Returns: next iv, ciphertext bytes, error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.