EVP_CIPHER-BLOWFISH - The BLOBFISH EVP_CIPHER implementations
| 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 |
Support for BLOWFISH symmetric encryption using the EVP_CIPHER API.
The following algorithms are available in the legacy provider:
BF-ECBBF-CBCBF-OFBBF-CFBThis implementation supports the parameters described in "PARAMETERS" in EVP_EncryptInit(3).
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)
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/)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format