{"id":50693,"library":"jcmturner-aescts-v2","title":"AES CBC Ciphertext Stealing","description":"Package aescts provides AES CBC CipherText Stealing encryption and decryption methods.","status":"active","version":"2.0.0","language":"go","source_language":null,"source_url":"https://github.com/jcmturner/aescts","tags":["crypto","aes","encryption"],"install":[{"cmd":"go get github.com/jcmturner/aescts/v2","lang":"bash","label":"Install github.com/jcmturner/aescts/v2"}],"dependencies":[],"imports":[{"symbol":"aescts","correct":"github.com/jcmturner/aescts/v2"}],"quickstart":{"code":"package main\n\nimport (\n    \"fmt\"\n    \"github.com/jcmturner/aescts/v2\"\n)\n\nfunc main() {\n    key := []byte(\"examplekey123456\")\n    plaintext := []byte(\"Hello, World!\")\n    ciphertext, _ := aescts.Encrypt(key, plaintext)\n    fmt.Printf(\"%x\\n\", ciphertext)\n}","lang":"go","description":"Encrypt data using AES CBC with ciphertext stealing"},"warnings":[],"env_vars":null,"search_vec":"'ae':1,8,17 'aesct':6 'cbc':2,9 'ciphertext':3,10 'crypto':16 'decrypt':14 'encrypt':12,18 'method':15 'packag':5 'provid':7 'steal':4,11","created_at":"2026-06-15T05:05:09.767083+00:00","updated_at":"2026-06-15T05:05:09.767083+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":"https://github.com/jcmturner/aescts","docs":"https://pkg.go.dev/github.com/jcmturner/aescts/v2#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}}