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

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💬

What Is "keystore"?
This section describes what is a 'keystore' file - A database file introduced in JDK (Java Development Kit) to store your own private keys and public key certificates you received from other people.
2022-10-07, 133🔥, 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, 132🔥, 0💬

javax.crypto.KeyGenerator - Generating Secret Keys
This section provides a quick introduction of the secret key generation class, javax.crypto.KeyGenerator.
2022-10-16, 130🔥, 0💬

What Is Encryption?
This section describes what is encryption - A bijection function that uses a key, encryption key, to compute the image.
2022-10-16, 130🔥, 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, 130🔥, 0💬

X.509 Certificate Standard
This section describes the X.509 certificate standard - An international standard that defines what should be included in a digital certificate.
2022-10-07, 130🔥, 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, 129🔥, 0💬

Managing Certificates in Certificate Stores
This section provides a tutorial example on how to use Chrome to manage certificates installed in certificate stores.
2022-10-08, 129🔥, 0💬

"OpenSSL" Self-Signing CA's Public Key
This section provides a tutorial example on how to use OpenSSL to generate a self-signed certificate for your public key as CA certificate.
2022-10-08, 128🔥, 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, 128🔥, 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, 128🔥, 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, 127🔥, 0💬

What Is Key Encoding?
This section describes private and public key encoding standards: PKCS#8 is used for encoding private keys and X.509 is used for encoding public keys.
2022-10-06, 127🔥, 0💬

Summary - Migrating "OpenSSL" Keys to "keystore"
This section describes high level steps on how to migrate a private key generated by 'OpenSSL' into a JKS (Java KeyStore) file. The key step is to merge the private key with its self-signed certificate into a PKCS#12 file.
2022-10-12, 126🔥, 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, 126🔥, 0💬

java.security.Signature - The Data Signing Class
This section describes the data signing and verification Java class, java.security.Signature, and its major methods like update(), sign() and verify().
2022-10-21, 125🔥, 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, 125🔥, 0💬

javax.crypto.SecretKey - The Secret Key Interface
This section provides a quick introduction of secret key and symmetric encryption algorithm. The secret key interface, javax.crypto.SecretKey, is also described.
2022-10-06, 124🔥, 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, 124🔥, 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, 124🔥, 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, 124🔥, 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, 124🔥, 0💬

Archived: Visiting "https" Web Site with Chrome 24
This section describes how Google Chrome 24 shows a lock icon when you visit an 'https' Web site to provide you more security related information.
2022-10-16, 123🔥, 0💬

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