{"id":51363,"library":"jcmturner-aescts-v1","title":"AES CBC CipherText Stealing","description":"Provides AES CBC CipherText Stealing encryption and decryption methods.","status":"active","version":"1.0.1","language":"go","source_language":null,"source_url":null,"tags":["aes","cbc","ciphertext-stealing","encryption","crypto"],"install":[{"cmd":"go get gopkg.in/jcmturner/aescts.v1","lang":"bash","label":"Install gopkg.in/jcmturner/aescts.v1"}],"dependencies":[],"imports":[{"symbol":"aescts","correct":"gopkg.in/jcmturner/aescts.v1"}],"quickstart":{"code":"package main\n\nimport (\n\t\"crypto/aes\"\n\t\"gopkg.in/jcmturner/aescts.v1\"\n)\n\nfunc main() {\n\tkey := []byte(\"example key 1234\")\n\tplaintext := []byte(\"Hello, world!\")\n\tciphertext, err := aescts.Encrypt(key, plaintext)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdecrypted, err := aescts.Decrypt(key, ciphertext)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\t_ = decrypted\n}","lang":"go","description":"Encrypt and decrypt using AES CBC with ciphertext stealing."},"warnings":[],"env_vars":null,"search_vec":"'ae':1,6,14 'cbc':2,7,15 'ciphertext':3,8,17 'ciphertext-st':16 'crypto':20 'decrypt':12 'encrypt':10,19 'method':13 'provid':5 'steal':4,9,18","created_at":"2026-06-15T06:12:02.168630+00:00","updated_at":"2026-06-15T06:12:02.168630+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/jcmturner/aescts","github":null,"docs":"https://pkg.go.dev/gopkg.in/jcmturner/aescts.v1#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}