Tutorial Books:
Sort: Rank
Blowfish Cipher Test Vectors
A list of test vectors is provided for the 16-round and 64-bit block Blowfish cipher algorithm. 2018-09-22, 595👍, 3💬
💬 2018-09-22 Herong: Codesmith, Thanks for the confirmation.
piqpr8.c - Generating Hex Digits of PI
A C source code is provided to generate hexadecimal digits of the fractional part of PI (0.1415927...) using the BBP (Bailey–Borwein–Plouffe) formula. 2016-03-25, 1019👍, 1💬
Sort: Rank
Popular Posts:
This section describes the Base32 encoding algorithm with some simple encoding examples.
This free book is an excellent tutorial book for beginners. It is a collection of notes and sample c...
This section describes how to load the JDBC-ODBC Bridge driver class with the Class.forName() method...
This section describes DES (Data Encryption Standard) algorithm - A 16-round Feistel cipher with blo...
This section describes how to create tables with CLOB (LONGTEXT) columns in MySQL server.