Popular Books:
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, ∼240🔥, 0💬
Visiting an "https" Web Site with Firefox
This section describes how Firefox shows a lock icon when you visit an 'https' Web site to provide you more security related information. 2022-10-06, ∼240🔥, 0💬
CFB and OFB Stream Ciphers Implemented in JCE
This section describes how DES CFB and OFB (Output FeedBack) stream ciphers are implemented in the JDK JCE package. 2022-10-04, ∼240🔥, 0💬
Using MD5 Message Digest in PHP
This section provides a tutorial example on how to use MD5 message digest algorithm in PHP. The PHP engine has a built-in function md5(). 2022-10-04, ∼240🔥, 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, ∼239🔥, 0💬
No "keytool" Command to Export Keys
This section describes all sub-commands supported by the 'keytool' provided in JDK. There is not 'keytool' sub-command to export keys stored in 'keystore' files. 2022-10-04, ∼238🔥, 0💬
Exporting Certificates Out of IE
This section provides a tutorial example on how to use IE to export certificates installed in certificate stores into certificate files in DER and PEM formats. 2022-10-20, ∼236🔥, 0💬
""keytool" Importing Maria's Certificate Signed by CA
This section provides a tutorial example on how to import a certificate signed by a CA using 'OpenSSL' into a 'keystore' file using 'keytool' 2022-10-06, ∼233🔥, 0💬
Using SHA1 Message Digest in PHP
This section provides a tutorial example on how to use SHA1 message digest algorithm in PHP. The PHP engine has a built-in function sha1(). 2022-10-07, ∼231🔥, 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, ∼230🔥, 0💬
OpenSSL Viewing Certificates Exported from Firefox
This section provides a tutorial example on how to use OpenSSL to view contents of a certificate file exported from Firefox. 2022-10-14, ∼226🔥, 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, ∼226🔥, 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, ∼225🔥, 0💬
Popular Posts:
This section providing information on handling Chinese character string literals in UTF-8 encoding.
This section describes the default 'new' ratio (size ratio of tenured vs. 'new' generation).
This chapter provides tutorial examples and notes about converting Perl script files to executable b...
The Rooster The Rooster is a flamboyant personality, feisty and obstinate. He is quite the extrovert...
This chapter provides a quick introduction on Web services and related technologies: SOAP, UDDI, WSD...