<< < 7 8 9 10 11 12 13 14 15 > >>   ∑:342  Sort:Date

Reduced Point Additive Operation Improved
This section describes the improved version of the reduced point additive operation by applying the same modular arithmetic reduction on the parameter m as the reduced elliptic curve equation.
2022-10-01, ∼202🔥, 0💬

Cipher - Public Key Encryption and Decryption
This chapter provides tutorial notes and example codes on the cipher process. Topics include the cipher class, javax.crypto.Cipher; the cipher sample program and test results with DSA and RSA encryption algorithms.
2022-10-05, ∼201🔥, 0💬

Archived: Visiting "https" Web Site with IE 7
This section describes how IE (Internet Explorer) 7 shows a lock icon when you visit an 'https' Web site to provide you more security related information.
2022-10-15, ∼199🔥, 0💬

Illustration of DSA Algorithm with Different k and h
This section provides a tutorial example to illustrate how DSA digital signature algorithm works with same DSA key paramters but different k and h values.
2022-10-09, ∼199🔥, 0💬

"openssl x509" Viewing Certificate Details
This section provides a tutorial example on how to view details of the certificate exported by 'keytool -exportcert' command using the 'openssl x509' command.
2022-10-05, ∼198🔥, 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, ∼197🔥, 0💬

Efficient RSA Encryption and Decryption Operations
This section describes an efficient way of carrying out RSA encryption and decryption operations provided by authors of RSA algorithm.
2022-10-06, ∼196🔥, 0💬

Reading DSA Private and Public Key Files
This section provides a tutorial example on running the test program JcaKeyFactoryTest.java to generate, write, read and convert DSA private and public keys.
2022-10-08, ∼195🔥, 0💬

DES Encryption Operation Mode Introduction
This section describes what are DES encryption operation modes and notations used to describe how each operation mode works.
2022-10-05, ∼195🔥, 0💬

DSA Public Key Encryption Tests
This section provides the test result of DSA public key encryption and private key decryption using the javax.crypto.Cipher class.
2022-10-18, ∼193🔥, 0💬

Migrating Keys from "OpenSSL" Key Files to "keystore"
This chapter provides tutorial notes and example codes on migrating keys from 'OpenSSL' key files to 'keystore' files. Topics include generating a 'OpenSSL' key file; generating a self-signed certificate; merging a key file with its self-signed certificate into a PKCS#12 file; importing PKCS#12 file...
2022-10-05, ∼193🔥, 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, ∼193🔥, 0💬

Private key and Public Key Pair Generation
This chapter provides tutorial notes and example codes on private key and public key pair generation. Topics include public key encryption algorithms, RSA, DSA and DiffieHellman; private key and public key pair generation class and sample program; RSA, DSA, and DiffieHellman key pair samples.
2022-10-05, ∼192🔥, 0💬

RSA Public Key Encryption Tests
This section provides the test result of RSA public key encryption and private key decryption using the javax.crypto.Cipher class.
2022-10-19, ∼191🔥, 0💬

DiffieHellman Private Key and Public Key Pair Sample
This section provides a tutorial example on how to run JcaKeyPair.java to generate a DiffieHellman private key and public key pair sample. Keys are stored PKCS#8 and X.509 encoding formats.
2022-10-07, ∼190🔥, 0💬

Using Certificates in Google Chrome
This chapter provides tutorial notes and example codes on using certificates in Chrome. Topics include viewing the certificate from an https Web server; viewing and managing trusted certificates saved in certificate stores shared with IE.
2022-10-19, ∼189🔥, 0💬

DsaSignatureVerifier.java - Verifying DSA Digital Signature
This section provides tutorial example on how to verifying a digital signature for a message file with the DSA public key using the SHA1withDSA algorithm.
2022-10-07, ∼189🔥, 0💬

DES Algorithm - Java Implementation in JDK JCE
This chapter provides tutorial examples and notes about DES algorithm implementation in the JDK JCE package. Topics include JCE classes related to DES; testing tutorial programs for DES encryption and decryption; PKCS5Padding schema to pad cleartext as 8-byte blocks.
2022-10-04, ∼188🔥, 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, ∼187🔥, 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, ∼187🔥, 0💬

Certificates and Certificate Chains
This section describes what is a certificate and what is a certificate path. A certificate is a digitally signed statement from the issuer saying that the public key of the subject has some specific value.
2022-10-15, ∼186🔥, 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, ∼186🔥, 0💬

Using Certificates in IE
This chapter provides tutorial notes and example codes on using certificates in IE (Internet Explorer). Topics include why Web browsers need certificates; viewing the certificate from an https Web server; installing the certificate from a server; exporting a certificate from IE to a certificate file...
2022-10-21, ∼185🔥, 0💬

Proof of RSA Public Key Encryption
This section describes steps to prove RSA Public Key Encryption algorithm. Fermat's little theorem is the key part of the proof.
2022-10-05, ∼185🔥, 0💬

<< < 7 8 9 10 11 12 13 14 15 > >>   ∑:342  Sort:Date