Registry / crypto / jcmturner-aescts-v2

jcmturner-aescts-v2

JSON →
library2.0.0gogounverified

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

go get github.com/jcmturner/aescts/v2
INSTALL
IMPORT
SIG · JCMTURNER-AESCTS-V
J
jcmturner-aescts-v2
cryptogov2.0.0
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/v2

Encrypt data using AES CBC with ciphertext stealing

package main import ( "fmt" "github.com/jcmturner/aescts/v2" ) func main() { key := []byte("examplekey123456") plaintext := []byte("Hello, World!") ciphertext, _ := aescts.Encrypt(key, plaintext) fmt.Printf("%x\n", ciphertext) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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