Popular Books:
References
List of reference materials used in this book, Blowfish Cipher Tutorials - Herong's Tutorial Examples. 2022-10-01, ∼223🔥, 0💬
Crypt::CBC Encryption Verification
A tutorial example is provided to verify Crypt::CBC against the Blowfish CBC test vector published at www.schneier.com. 2022-10-01, ∼211🔥, 0💬
Blowfish CBC 2-Block Test Vectors
A tutorial Perl example is provided to show how to build a table of test vectors for Blowfish algorithm in CBC mode on 2-block (16-byte) plaintext messages. 2022-10-01, ∼206🔥, 0💬
Crypt::ECB Encryption Test Cases
Test cases are provided to run Crypt::ECB with Crypt::Blowfish and no padding. Secret key must be between 8 bytes and 56 bytes long. 2022-10-01, ∼201🔥, 0💬
Performing CFB Operation Manually
This section provides a tutorial example on how to perform CFB operation manually using the standard Blowfish block cipher (or ECB mode) and an XOR function. 2022-10-01, ∼192🔥, 0💬
Crypt::Blowfish Behavior Tests
A tutorial Perl example is provided to show how to verify behaviors of Crypt::Blowfish module on different sizes of secret keys and plaintext messages. 2022-10-01, ∼188🔥, 0💬
Efficient Form of the Blowfish Algorithm
A more efficient form of the Blowfish Algorithm is presented with the 16-round loop expanded inline to avoid the 'Swap' step. 2022-10-01, ∼187🔥, 0💬
Crypt::ECB Encryption with No Padding
A tutorial example is provided to show how to use Crypt::ECB to perform encryption with no padding. The plaintext must be multiples of 8-byte blocks. 2022-09-07, ∼274🔥, 1💬
Blowfish Cipher Encryption Algorithm
The Blowfish cipher algorithm is presented based on the algorithm designer Bruce Schneier's technical paper. Blowfish cipher is 16-round and 64-bit block cipher. 2021-06-17, ∼494🔥, 1💬
💬 2021-06-17 Potato: Where did the name blowfish originate from?
Popular Posts:
This section describes how to create a DSN that connected to a MS Access database file.
Why This Page? Chinese New Year is the main holiday of the year for more than one quarter of the wor...
This section provides a tutorial example on writing a WSDL 1.1 example that uses SOAP 1.2 over HTTP ...
中国年历 - 2021 年年历 - 牛年
This section describes how to create tables with CLOB (LONGTEXT) columns in MySQL server.