info > EVP_CIPHER-BLOWFISH(7)

📛 NAME

EVP_CIPHER-BLOWFISH - The BLOBFISH EVP_CIPHER implementations

🚀 Quick Reference

Use Case Command Description
Encrypt with BF-ECB openssl enc -bf-ecb -e -in plain.txt -out cipher.enc Encrypt using Blowfish ECB mode
Encrypt with BF-CBC openssl enc -bf-cbc -e -in plain.txt -out cipher.enc Encrypt using Blowfish CBC mode
Decrypt with BF-CFB openssl enc -bf-cfb -d -in cipher.enc -out plain.txt Decrypt using Blowfish CFB mode
List Blowfish ciphers openssl list -cipher-algorithms | grep BF List available Blowfish algorithms

📖 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.

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

Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-07 01:59 @216.73.216.207
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-flash / taotoken.net / www.chedong.com - original format