Popular Books:
💬 2016-02-29 Herong: sah, is that an encoded comment?
DESCipherTest.java - DES Cipher Algorithm Illustration
This section provides a tutorial Java program, DESCipherTest.java, to illustrate how DES cipher algorithm works. 2016-01-24, ∼1501🔥, 1💬
DES (Data Encryption Standard) Cipher Algorithm
This section describes DES (Data Encryption Standard) algorithm - A 16-round Feistel cipher with block size of 64 bits. 2015-11-05, ∼5940🔥, 8💬
💬 2015-11-04 The Anh: what if my key don't have enough bit?
💬 2015-11-03 zaeem: how to implement on windows form in c#
💬 2015-10-03 Herong: Mihir, what type of algorithm are you looking for?
Generating New RSA Key Pairs
This section provides a tutorial example on how to generate a new pair of RSA priviate key and public key using the OpenSSL command line tool. 2015-11-03, ∼1756🔥, 1💬
Validating a Certificate Path with OpenSSL
This section provides a tutorial example on how to perform validation of a certificate path with the 'openssl verify' command. 2015-10-14, ≈24🔥, 5💬
DES Key Schedule Algorithm Illustration Program Output
This section provides the execution output of the tutorial Java program, DESSubkeysTest.java, to illustrate how DES key schedule algorithm works. 2015-08-09, ∼2640🔥, 1💬
Popular Posts:
This section provides a tutorial example on how to open a UTF-16LE text file with Nodepad correctly ...
GB2312 to Unicode code mapping is provided for GB2312 character set - Row 16: Level 1 Hanzi Characte...
Yang Chun Bai Xue (阳春白雪) - White Snow in Early Spring, lute music (琵琶曲), was composed by Shi Kuan...
This section provides tutorial example on how to download and install J2SE (JDK - Java Development K...
This section describes 2 types of locks: Read Lock (Shared Lock) and Write Lock (Exclusive Lock), an...