{"id":59263,"library":"aes-soft","title":"AES-Soft","description":"DEPRECATED: replaced by the `aes` crate. This crate is no longer maintained.","status":"deprecated","version":"0.99.99","language":"rust","source_language":null,"source_url":"https://github.com/RustCrypto/block-ciphers","tags":["deprecated","aes","cipher","cryptography"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\naes-soft = \"0.99.99\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add aes-soft","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Aes128","correct":"use aes_soft::Aes128;"}],"quickstart":{"code":"use aes_soft::Aes128;\n\nfn main() {\n    let key = [0u8; 16];\n    let cipher = Aes128::new(&key.into());\n    println!(\"AES-128 cipher created (deprecated crate)\");\n}","lang":"rust","description":"Minimal usage of the deprecated AES-128 cipher."},"warnings":[{"fix":"Replace dependency with `aes` crate (same API).","message":"Crate is deprecated; use `aes` crate instead.","severity":"breaking","affected_versions":">=0.99.0"}],"env_vars":null,"search_vec":"'ae':2,8,17 'aes-soft':1 'cipher':18 'crate':9,11 'cryptographi':19 'deprec':4,16 'longer':14 'maintain':15 'replac':5 'soft':3","created_at":"2026-06-16T16:56:36.096723+00:00","updated_at":"2026-06-16T16:56:36.096723+00:00","problems":[],"ecosystem":"crates","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/RustCrypto/block-ciphers","github":"https://github.com/RustCrypto/block-ciphers","docs":"https://docs.rs/aes-soft/","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-16","next_check":"2026-12-13","install_tag":null}}