Registry / crypto / jcmturner-aescts

jcmturner-aescts

JSON →
library2.0.0+incompatiblegogounverified

Package aescts provides AES CBC CipherText Stealing encryption and decryption methods.

go get github.com/jcmturner/aescts
INSTALL
IMPORT
SIG · JCMTURNER-AESCTS
J
jcmturner-aescts
cryptogov2.0.0+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

aescts
github.com/jcmturner/aescts

Encrypts plaintext using AES CBC with ciphertext stealing.

package main import ( "fmt" "github.com/jcmturner/aescts" ) func main() { key := []byte("example key 1234") plaintext := []byte("Hello, World!") ciphertext, _ := aescts.Encrypt(key, plaintext) fmt.Println(ciphertext) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
jcmturner-aescts — go get jcmturner-aescts · libregistry