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

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

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

Viewing Certificate Details
This section provides a tutorial example on how to view certificate details when visiting an 'https' Web site in Chrome.
2022-10-07, 142🔥, 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, 141🔥, 0💬

"keytool" - Command Line Tool
This section describes the 'keytool' command tool provided in JDK. 'keytool' can be used to generate and manage private keys and certificates stored in 'keystore' files.
2022-10-06, 141🔥, 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, 141🔥, 0💬

Exporting Certificate from Chrome to File
This section provides a tutorial example on how to export the certificate provided by an 'https' Web site from Chrome to a file.
2022-10-04, 141🔥, 0💬

Generating Private Keys
This section provides a tutorial example on how to use the 'keytool -genkey' command to generate a pair of private key and public key. This command also generates a self-signed certificate from the key pair.
2022-10-15, 140🔥, 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, 139🔥, 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, 138🔥, 0💬

Cloning Certificates with New Identities
This section provides a tutorial example on how to use the 'keytool -keyclone' and 'keytool -selfcert' commands to clone an existing key entry and self-sign it with a new identity.
2022-10-08, 137🔥, 0💬

What Is PKCS#12?
This section describes what is PKCS#12 - One of the PKCS (Public Key Cryptography Standards) used to store a private key and its self-signed certificate together as a single file.
2022-10-07, 137🔥, 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, 137🔥, 0💬

Secret Key Generation and Management
This chapter provides tutorial notes and example codes on secret keys. Topics include secret keys for Blowfish, DES, or HmacMD5 encryption algorithms; key generator class; test program to generate secret keys and save them in files.
2022-10-05, 137🔥, 0💬

About This Book
This section provides some detailed information about this book - __title__.
2022-10-05, 136🔥, 0💬

OpenSSL Managing Certificates
This chapter provides tutorial notes and example codes on managing certificates with OpenSSL. Topics include introduction of certificate, generating self-signed certificate; viewing internal components of certificates.
2022-10-09, 135🔥, 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, 135🔥, 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, 135🔥, 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, 135🔥, 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, 135🔥, 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, 134🔥, 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, 134🔥, 0💬

DES in Stream Cipher Modes
This chapter provides tutorial examples and notes about DES stream cipher modes. 1-bit, 1-byte and 8-byte stream ciphers, Topics include modifying DES CFB and OFB block ciphers to stream ciphers; using DES stream ciphers provided in the JDK JCE package.
2022-10-11, 133🔥, 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, 133🔥, 0💬

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