Popular Books:
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, ∼200🔥, 0💬
OpenSSL Viewing Certificates Exported from IE
This section provides a tutorial example on how to use OpenSSL to view contents of a certificate file exported from IE. 2022-10-05, ∼200🔥, 0💬
Importing Certificate Path into Firefox
This section provides a tutorial example of trying to import a certificate path into Firefox. But it failed.. 2022-11-16, ∼198🔥, 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, ∼198🔥, 0💬
What Is a Certificate?
This section describes what is a certificate - A digitally signed statement from the issuer saying that the public key of the subject has some specific values. 2022-10-06, ∼198🔥, 0💬
Viewing Components of Certificates
This section provides a tutorial example on how to view different components in certificate with the OpenSSL command line tool. 2022-10-20, ∼197🔥, 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, ∼196🔥, 0💬
JCE DES Operation Mode Testing Program
This section provides a tutorial example program to test DES operation modes implemented in the JDK JCE package. 2022-10-22, ∼195🔥, 0💬
"OpenSSL" Signing Maria's CSR
This section provides a tutorial example on how to use 'OpenSSL' to sign a CSR (Certificate Signing Request) generated by 'keytool' with CA's private key. 2022-10-04, ∼195🔥, 0💬
Importing CA Certificate into IE
This section provides a tutorial example on how to use IE to import a CA certificate into the 'Trusted Root Certification Authorities' certificate store. 2022-10-22, ∼194🔥, 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, ∼194🔥, 0💬
DES Operation Modes in JCE
This section describes what DES operation modes are implemented in the JDK JCE package, and how to use them. 2022-10-22, ∼193🔥, 0💬
JCE DES Stream Ciphers Testing Program Result
This section provides results of the tutorial example on how to use DES stream ciphers provided in the JDK JCE package. 2022-10-21, ∼191🔥, 0💬
javax.crypto.Cipher - The Public Key Encryption Class
This section provides a quick introduction of the cipher class, javax.crypto.Cipher, to encrypt input data with a public key. 2022-10-04, ∼190🔥, 0💬
"keytool" Generating Maria's CSR
This section provides a tutorial example on how to use 'keytool' to generate a CSR (Certificate Signing Request) containing a public key to ask a CA to sign it. 2022-10-15, ∼188🔥, 0💬
Importing Certificate Path into IE
This section provides a tutorial example on how to use IE to import a certificate path into certificate stores. 2022-10-05, ∼185🔥, 0💬
Popular Posts:
This section describes why the SOAPAction header line is not needed in SOAP 1.2 - SOAPAction is repl...
This section provides a quick introduction on W95 Ext'd LBA (Windows 95 Extended Logical Block Addre...
This section provides a tutorial example to illustrate how RSA public key encryption algorithm works...
What's a calendar? A calendar is a system for measuring time, from hours and minutes, to months and ...
This section describes 4 types of bitwise operations, 'And', 'Or', 'Exclusive Or', and 'Complement' ...