man > EVP_CIPHER-BLOWFISH(7)

🐟 EVP_CIPHER-BLOWFISH(7SSL)

📛 NAME

EVP_CIPHER-BLOWFISH - The BLOBFISH EVP_CIPHER implementations

🚀 Quick Reference

Use Case Command Description
🔐 Encrypt file with BF-CBC openssl enc -bf-cbc -in plain.txt -out encrypted.enc Encrypt a file using Blowfish in CBC mode (legacy provider)
🔓 Decrypt file with BF-CBC openssl enc -d -bf-cbc -in encrypted.enc -out plain.txt Decrypt a file encrypted with Blowfish CBC
📋 List available Blowfish ciphers openssl list -cipher-algorithms | grep BF Show all Blowfish variants available in the legacy provider
đŸ’ģ Programmatic encryption (EVP API) EVP_CipherInit_ex(ctx, EVP_bf_cbc(), NULL, key, iv, 1) Initialize an EVP cipher context for Blowfish CBC encryption

📖 DESCRIPTION

Support for BLOWFISH symmetric encryption using the EVP_CIPHER API.

🔑 Algorithm Names

The following algorithms are available in the legacy provider:

âš™ī¸ Parameters

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

đŸ‘ī¸ SEE ALSO

ÂŠī¸ 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.


3.0.2 2026-06-02 EVP_CIPHER-BLOWFISH(7SSL)

EVP_CIPHER-BLOWFISH(7)
🐟 EVP_CIPHER-BLOWFISH(7SSL) 📛 NAME 🚀 Quick Reference 📖 DESCRIPTION
🔑 Algorithm Names âš™ī¸ Parameters
đŸ‘ī¸ SEE ALSO ÂŠī¸ COPYRIGHT

Generated by phpman v4.9.29 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-22 03:25 @2600:1f28:365:80b0:8802:8bb4:3873:328e
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format