<< < 1 2 3 4 5 6 7 8 9 10 11 > >>   ∑:342  Sort:Rank

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-10-06, ∼257🔥, 0💬

JceSecretKeyTest.java - Secret Key Test Program
This section provides a quick tutorial example on how to write a sample program to generate a secret key for Blowfish, DES, or HmacMD5 encryption, save the secret key to a file, and read it back.
2022-10-06, ∼166🔥, 0💬

PKCS#8 and X.509 Key Encoding Classes
This section describes 2 JDK classes: PKCS8EncodedKeySpec representing the PKCS#8 encoding standard and the X.509 encoding standard.
2022-10-05, ∼275🔥, 0💬

OpenSSL Generating and Signing CSR
This chapter provides tutorial notes and example codes on CSR (Certificate Signing Request) handling with OpenSSL. Topics include introduction of certificate signing process; generating CSR; signing CSR.
2022-10-05, ∼247🔥, 0💬

Introducting DES Stream Cipher Modes
This section describes what are DES encryption stream cipher modes and how CFB and OFB block operation modes can be modified as stream modes.
2022-10-05, ∼220🔥, 0💬

Finding Large Prime Numbers
This section describes different ways to generate large prime numbers to be used to generate public key and private key. Today most RSA tools are using probable prime numbers.
2022-10-05, ∼233🔥, 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💬

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💬

"DumpKey.java" Dumping Private Keys Out of "keystore"
This section provides a tutorial example on how to dump private key and public key pair output of a 'PrivateKeyEntry' in a 'keystore' file using a Java program, DumpKey.java.
2022-10-05, ∼293🔥, 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, ∼192🔥, 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💬

DsaKeyChecker.java - Reading and Checking DSA Keys
This section provides a tutorial example on how to read DSA public key and private key back from the key files, assuming they are using PKCS#8 and X.509 encoding formats.
2022-10-05, ∼246🔥, 0💬

DSA Private Key and Public Key Pair Sample
This section provides a tutorial example on how to run JcaKeyPair.java to generate a DSA private key and public key pair sample. Keys are stored PKCS#8 and X.509 encoding formats.
2022-10-05, ∼210🔥, 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, ∼160🔥, 0💬

KeyPair and KeyPairGenerator Classes
This section describes the KeyPair and KeyPairGenerator Classes. The KeyPairGenerator.generateKeyPa ir()can be used to generate a private and public key pair.
2022-10-05, ∼170🔥, 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💬

What Is a Certification Path?
This section describes what is a certificate path or certificate chain - An ordered list of certificates where the subject entity of one certificate is identical to the issuing entity of the next certificate.
2022-10-05, ∼244🔥, 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, ∼170🔥, 0💬

What Is OpenSSL?
This section describes what is OpenSSL - a cryptography toolkit for SSL (Secure Sockets Layer and TLS (Transport Layer Security). It offers command line tool for generating private keys and managing public keys.
2022-10-05, ∼173🔥, 0💬

Managing Certificates in Certificate Stores
This section provides a tutorial example on how to access and manage certificates pre-installed Firefox.
2022-10-05, ∼202🔥, 0💬

Certification Path Validation Rules
This section describes verification rules of a certificate path - The issuer's digital signature must match the subject's public key of the previous certificate in the path.
2022-10-05, ∼174🔥, 0💬

About This Book
This section provides some detailed information about this book - __title__.
2022-10-05, ∼302🔥, 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💬

Migrating Keys from "keystore" to "OpenSSL" Key Files
This chapter provides tutorial notes and example codes on migrating keys from 'keystore' files to 'OpenSSL' key files. Topics include generating keys in 'keystore' files; dumping keys from 'keystore' files; converting binary key files to PEM format; reading keys with OpenSSL.
2022-10-05, ∼219🔥, 0💬

<< < 1 2 3 4 5 6 7 8 9 10 11 > >>   ∑:342  Sort:Rank