{"id":74794,"library":"jcmturner-aescts","title":"AES Ciphertext Stealing","description":"Package aescts provides AES CBC CipherText Stealing encryption and decryption methods.","status":"active","version":"2.0.0+incompatible","language":"go","source_language":null,"source_url":"https://github.com/jcmturner/aescts","tags":["aes","encryption","cbc","ciphertext-stealing"],"install":[{"cmd":"go get github.com/jcmturner/aescts","lang":"bash","label":"Install github.com/jcmturner/aescts"}],"dependencies":[],"imports":[{"symbol":"aescts","correct":"github.com/jcmturner/aescts"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/jcmturner/aescts\"\n)\n\nfunc main() {\n\tkey := []byte(\"example key 1234\")\n\tplaintext := []byte(\"Hello, World!\")\n\tciphertext, _ := aescts.Encrypt(key, plaintext)\n\tfmt.Println(ciphertext)\n}","lang":"go","description":"Encrypts plaintext using AES CBC with ciphertext stealing."},"warnings":[],"env_vars":null,"search_vec":"'ae':1,7,15 'aesct':5 'cbc':8,17 'ciphertext':2,9,19 'ciphertext-st':18 'decrypt':13 'encrypt':11,16 'method':14 'packag':4 'provid':6 'steal':3,10,20","created_at":"2026-06-17T19:08:21.891545+00:00","updated_at":"2026-06-17T19:08:21.891545+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#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-17","next_check":"2026-12-14","install_tag":null}}