Popular Books:
MD5 Mesasge Digest Algorithm
This chapter provides tutorial notes and example codes on the MD5 message digest algorithm. Topics include MD5 algorithm overview; using MD5 in Java, PHP, and Perl. 2017-09-10, ∼1318🔥, 2💬
mcrypt DES Encryption Testing Program
This section provides a tutorial example on how to use the DES algorithm in a specific operation mode as block or stream cipher. 2017-08-03, ∼1902🔥, 3💬
💬 2017-08-03 Herong: Deepan, Which part is difficult for you to understand?
💬 2016-10-17 Deepak: Working on Algorithm
💬 2015-10-04 Herong: Salai, you are most welcome.
💬 2015-10-02 Salai Joy Siang Pi: Thank you so much. It's very helpful for my mini-thesis.
💬 2017-03-13 dingdong: heheheheehhe
💬 2016-10-15 Herong: Akash, can you check to ensure your key is a DSA key?
CipherDES.java - A Java Implementation of DES
This section provides a tutorial Java program, CipherDES.java - A Java Implementation of DES encryption and decryption algorithm. 2017-02-16, ≈15🔥, 9💬
RsaKeyGenerator.java for RSA Key Generation
This section describes the initial draft of a RSA public key and private key generation implementation using the java.math.BigInteger class. 2017-01-05, ∼4419🔥, 2💬
SHA1 Mesasge Digest Algorithm
This chapter provides tutorial notes and example codes on the SHA1 message digest algorithm. Topics include SHA1 algorithm overview; using SHA1 in Java, PHP, and Perl. 2016-11-05, ∼2444🔥, 5💬
💬 2015-10-13 Yojana Yadav: Plz send me the detail of key generation of Blowfish Algorithm
"keytool" Importing CA's Own Certificate
This section provides a tutorial example on how to import CA's certificate generated by 'OpenSSL' into a 'keystore' file using 'keytool' 2016-10-20, ∼1011🔥, 2💬
What Is Block Cipher?
This section describes what is block cipher - An encryption scheme in which 'the clear text is broken up into blocks of fixed length, and encrypted one block at a time'. 2016-09-26, ∼689🔥, 1💬
Blowfish Cipher Algorithm
This section describes the Blowfish cipher algorithm - A 16-round Feistel cipher with block size of 64 bits developed by Bruce Schneier in 1993. 2016-08-03, ∼1146🔥, 2💬
Cryptography Basic Concepts
This chapter describes some basic concepts of cryptography: what is cryptography, what is function and what is encryption. 2016-04-07, ∼3493🔥, 4💬
Viewing Components of RSA Keys
This section provides a tutorial example on how to view different components of a pair of RSA private key and public key using the OpenSSL command line tool. 2016-03-14, ∼4727🔥, 2💬
💬 2015-10-02 Herong: Looks like someone is testing Base64 encoding here :-)
Key Pair Sample Program - JcaKeyPair.java
This section provides a tutorial example on how to write simple program to generate a pair of private key and public key for the RSA or DSA algorithm. 2016-03-01, ∼2204🔥, 1💬
Illustration of RSA Algorithm: p,q=7,19
This section provides a tutorial example to illustrate how RSA public key encryption algorithm works with 2 small prime numbers 7 and 19. 2016-02-29, ∼4325🔥, 3💬
💬 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, ∼1449🔥, 1💬
Popular Posts:
This section provides a tutorial example on how to export certificates in DER and PEM format using t...
This section provides a tutorial example on how to install MySQL Connector/Python on CentOS systems.
This section provides a test program for the Java implementation of UUEncode by Sun. Tests of both e...
Astrology is any of several traditions or systems in which knowledge of the apparent positions of ce...
This section describes the UUEncode algorithm with some simple encoding examples.