About This Book

This section provides some detailed information about this book - Blowfish Cipher Tutorials - Herong's Tutorial Examples.

Title: Blowfish Cipher Tutorials - Herong's Tutorial Examples

Author: Herong Yang - Contact by email via herong_yang@yahoo.com.

Category: COMPUTERS / Security / Cryptography

Version/Edition: v2.03, 2022

Number of pages: 229

Description: This tutorial book is a collection of notes and sample codes written by the author while he was learning Blowfish cipher himself. Topics basic concepts of cipher and encryption; introduction of Blowfish cipher algorithm; 8366 Hex Digits of PI; Perl Crypt::Blowfish and Crypt::CBC, Crypt::CFB modules; OpenSSL Blowfish ciphers: bf-ecb, bf-cbc, bf-cfb, bf-ofb; PHP Mcrypt extension; Blowfish CFB-8 and OFB-8 operation modes. Updated in 2022 (Version v2.03) with minor changes.

Keywords: Blowfish, CBC, Cipher, Encryption, Perl, Crypt, OpenSSL, PHP, Mcrypt.

Copyright:

Revision history:

Web version: https://www.herongyang.com/Blowfish - Provides free sample chapters, latest updates and readers' comments. The Web version of this book has been viewed a total of:

PDF/EPUB version: https://www.herongyang.com/Blowfish/PDF-Full-Version.html - Provides information on how to obtain the full version of this book in PDF, EPUB, or other format.

Table of Contents

About This Book

 Blowfish Cipher Algorithm

 Perl Crypt::Blowfish Module

 Perl Crypt::ECB Perl Module

 Perl Crypt::CBC Module

 Perl Crypt::CFB Perl Module

 OpenSSL "enc -bf-ecb" for Blowfish/ECB Encryption

 OpenSSL "enc -bf-cbc" for Blowfish/CBC Encryption

 OpenSSL "enc -bf-cfb" for Blowfish/CFB Encryption

 OpenSSL "enc -bf-ofb" for Blowfish/OFB Encryption

 PHP Mcrypt Extension for Blowfish

 Blowfish 8-Bit Cipher in PHP

 References

 Full Version in PDF/EPUB