Popular Books:
Archived: Visiting an "https" Web Site with Firefox 18
This section describes how Firefox 18 shows a lock icon when you visit an 'https' Web site to provide you more security related information. 2022-10-11, ∼190🔥, 0💬
What Is Function?
This section describes what is function - Two sets of elements, X and Y, and a rule, f, which assigns to each element in X, to one element in Y. 2022-10-11, ∼201🔥, 0💬
Visiting a "https" Web Site with IE
This section describes how IE (Internet Explorer) 9 shows a lock icon when you visit an 'https' Web site to provide you more security related information. 2022-10-10, ∼191🔥, 0💬
javax.crypto.Cipher - The Secret Key Encryption Class
This section provides a quick introduction of the cipher class, javax.crypto.Cipher, to encrypt input data with a secret key. 2022-10-10, ∼176🔥, 0💬
Generating Self-Signed Certificates
This section provides a tutorial example on how to generate a self-signed certificate for yourself with the OpenSSL command line tool. 2022-10-10, ∼178🔥, 0💬
JceSunDesPaddingTest.java - JCE DES Padding Test
This section provides a tutorial example to test the PKCS5Padding schema used by the DES implementation in the JDK JCE package. 2022-10-10, ∼178🔥, 0💬
Managing Certificates in Certificate Stores with IE
This section provides a tutorial example on how to use IE to manage certificates installed in certificate stores. 2022-10-09, ∼204🔥, 0💬
Testing DES Algorithm in JDK JCE
This section provides a tutorial example to test DES algorithm implemented in the JDK JCE package. 2022-10-09, ∼184🔥, 0💬
Block Padding in mcrypt
This section describes the padding schema used in PHP mcrypt library for MCRYPT_MODE_ECB and MCRYPT_MODE_CBC modes. mcrypt simply pads 0x00 to the end of the plaintext. 2022-10-08, ∼220🔥, 0💬
Managing Certificates in Certificate Stores
This section provides a tutorial example on how to use Chrome to manage certificates installed in certificate stores. 2022-10-08, ∼237🔥, 0💬
"OpenSSL" Self-Signing CA's Public Key
This section provides a tutorial example on how to use OpenSSL to generate a self-signed certificate for your public key as CA certificate. 2022-10-08, ∼196🔥, 0💬
Popular Posts:
This section describes how to close database connections.
Heavenly Stems and Earthly Branches Heavenly stems and earthly branches are collectively ...
This web site provides a collection of about 40 free tutorial books on programming languages, Web ap...
This section provides a tutorial example on how to convert a KeyStore file to a PKCS12 file, because...
This section provides a tutorial example on how to use 'javac --module' command to compile all Java ...