Popular Books:
First 8336 Fractional Hex Digits of PI
The first 8336 hexadecimal digits of the fractional portion of constant PI, 3.1415927.... These hexadecimal digits are needed to construct Sub-keys and S-Boxes. 2022-10-01, ∼240🔥, 0💬
Crypt::CBC Salted Key Test Cases
Some test cases are provided to run Crypt::CBC with the salted key option. Passphrase can have any length. But salt must be 8 bytes long. 2022-10-01, ∼238🔥, 0💬
Crypt::CBC Padding Option Tests
A tutorial example is provided to how different Crypt::CBC padding options behave. The 'standard' (PKCS#5) padding option seems to be the best. 2022-10-01, ∼234🔥, 0💬
Secret Keys with Repeating Pattern
Tutorial examples are provided to show that secret keys with a repeating pattern will result the same ciphertext for the same given plaintext. 2022-10-01, ∼233🔥, 0💬
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, ∼207🔥, 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💬
Popular Posts:
This section provides a tutorial example on how to export an HTTPS server certificate from Apple Saf...
"UnitConversion_REST" is an REST Web service for test purpose only. High level information about thi...
This book is a collection of notes and tutorial examples written by the author while he was learning...
This section describes the connection URL format and how to create connection objects with the Drive...
Want to know when is the 2038 Chinese New Year day? Look for free Chinese calendars for 2038? Chines...