info > EVP_CIPHER-AES(7SSL)

🔐 NAME

EVP_CIPHER-AES - The AES EVP_CIPHER implementations

🚀 Quick Reference

Use CaseCommandDescription
Encrypt a file with AES‑256‑CBCopenssl enc -aes-256-cbc -in plain.txt -out encrypted.binStandard CBC encryption; prompts for a passphrase.
Decrypt that fileopenssl enc -d -aes-256-cbc -in encrypted.bin -out plain.txtDecrypts using the same passphrase.
Authenticated encryption with AES‑128‑GCMopenssl enc -aes-128-gcm -in plain.txt -out enc.bin -iv ... -tag ...GCM provides both secrecy and integrity.
Use AES‑256‑CTR (stream mode)openssl enc -aes-256-ctr -in input -out outputCTR mode turns AES into a stream cipher; no padding needed.

📖 DESCRIPTION

Support for AES symmetric encryption using the EVP_CIPHER API.

🧮 Algorithm Names

The following algorithms are available in the FIPS provider as well as the default provider:

The following algorithms are available in the default provider, but not the FIPS provider:

⚙️ Parameters

This implementation supports the parameters described in "PARAMETERS" in EVP_EncryptInit(3).

🔗 SEE ALSO

provider-cipher(7), OSSL_PROVIDER-FIPS(7), OSSL_PROVIDER-default(7)

©️ COPYRIGHT

Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.

Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at <https://www.openssl.org/source/license.html>.

EVP_CIPHER-AES(7SSL)
🔐 NAME 🚀 Quick Reference 📖 DESCRIPTION
🧮 Algorithm Names ⚙️ Parameters
🔗 SEE ALSO ©️ COPYRIGHT

Generated by phpman v4.9.22-1-g1b0fcb4 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-05 09:04 @216.73.216.52
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-pro / taotoken.net / www.chedong.com - original format