About This Book

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

Website: http://www.herongyang.com/Blowfish - Provides latest updates and readers' comments.

Title: Blowfish Cipher Tutorials - Herong's Tutorial Examples

Author: Dr. Herong Yang

Category: Cryptography/Tutorial

Version/Edition: Version 2.00, 2018

Number of pages: 175

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.

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

Viewing statistics:

This book has been viewed a total of:

Revision history:

Copyright:

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