Popular Books:
Viewing Certificate Details
This section provides a tutorial example on how to view certificate details when visiting an 'https' Web site in Firefox. 2022-10-04, ∼296🔥, 0💬
What Are Standard Elliptic Curves
This section provides a list of standard elliptic curves selected and recommended by different organizations to generate secure EC private-pubic key pairs. 2022-10-01, ∼296🔥, 0💬
Algebraic Description of Elliptic Curve Addition
This section provides an algebraic description of the problem of calculating the addition operation defined on an elliptic curve. 2022-10-01, ∼294🔥, 0💬
Algebraic Solution for Point Doubling
This section provides an algebraic solution for calculating the addition operation of two points at the same location on an elliptic curve. 2022-10-01, ∼290🔥, 0💬
Terminology
List of terms used in this book. 2022-10-01, ∼282🔥, 0💬
Additive Notation of Abelian Group
This section describes the Additive notation of an Abelian Group. The addition sign, +, is used as the operator. Number 0 is used as the identity element. 2022-10-01, ∼281🔥, 0💬
What Is Abelian Group
This section describes Abelian Group, which a set of elements with a binary operation satisfing 5 conditions. 2022-10-01, ∼280🔥, 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, ∼276🔥, 0💬
mcrypt Encryption Functions
This section describes mcrypt encryption functions and 4 DES ciphers (operation modes) - 8-byte ECB, 8-byte CBC, 1-byte CFB, and 1-byte OFB ciphers. 2023-02-28, ∼261🔥, 1💬
Converting Elliptic Curve Groups
This section describes steps on how to convert real number elliptic curve groups to cyclic subgroups of integer elliptic curve groups. 2022-10-01, ∼261🔥, 0💬
OFB (Output FeedBack) as a Stream Cipher
This section describes how DES OFB (Output FeedBack) operation mode can be modified as a 1-bit stream cipher or a 1-byte stream cipher. 2022-10-04, ∼260🔥, 0💬
EC Curves Supported by Java
This section provides is a list of named curves that are supported or not supported by 'keytool' and Java default library. 2022-10-01, ∼260🔥, 0💬
Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book. 2022-10-06, ∼259🔥, 0💬
Prove of Elliptic Curve Addition Operation
This section describes how to prove that the addition operation on an elliptic curve can be successfully performed geometrically. 2022-10-01, ∼256🔥, 0💬
Popular Posts:
Want to know when is the Chinese New Year day? Look for free Chinese calendars? Here are the Chinese...
This section provides a tutorial example on how to open a UTF-8 text file with Nodepad correctly by ...
This section provides a tutorial example on how to save text files with Nodepad by selecting the Uni...
This section provides a tutorial example on how to download and install Axis2/Java to a Windows syst...
This section describes how to insert BLOB values as normal strings using INSERT statements.