Popular Books:
Is EC Private Key Secure
This section discusses the question of: how secure is the EC (Elliptic Curve) key pair? Or how hard is it someone to figure out the private key from a given EC public key? 2025-09-06, ∼485🔥, 1💬
Examples of Discrete Logarithm Problem (DLP)
This section describes the Discrete Logarithm Problem (DLP) in several Abelian Group examples, including elliptic curve groups. 2022-10-01, ∼477🔥, 0💬
Elliptic Curves with Singularities
This section describes elliptic curves with singularities where curves are not smooth. 2022-10-01, ∼469🔥, 0💬
How to Calculate "M**e mod n"
This section discusses the difficulties of calculating 'M**e mod n'. The intermediate result of 'M**e' is too big for most programming languages. 2022-10-04, ∼466🔥, 0💬
mcrypt Library for PHP
This section describes the mcrypt library - encryption extension for PHP. mcrypt supports DES and many other encryption algorithms. 2019-12-19, ∼466🔥, 1💬
DLP and Trapdoor Function
This section exams the difficulty level of the Discrete Logarithm Problem (DLP) in several Abelian Group examples to see if them can be used to build trapdoor functions. 2022-10-01, ∼457🔥, 0💬
Modular Addition of 10 - Abelian Group
This section provides an Abelian Group using the modular arithmetic addition of 10 (integer addition operation followed by a modular reduction of 10). 2022-10-01, ∼442🔥, 0💬
Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book. 2022-10-06, ∼440🔥, 0💬
Order of Subgroup and Lagrange Theorem
This section describes Lagrange Theorem which states that the order of any subgroup in an finite Abelian group divides the order of the parent group. 2022-10-01, ∼431🔥, 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, ∼430🔥, 0💬
Niels Henrik Abel and Abelian Group
Abelian Groups are named after early 19th century mathematician Niels Henrik Abel. 2022-10-01, ∼422🔥, 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, ∼419🔥, 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, ∼419🔥, 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, ∼415🔥, 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, ∼415🔥, 0💬
Popular Posts:
Want to know when is the 2023 Chinese New Year day? Look for free Chinese calendars for 2023? Chines...
This section describes how to loop through ResultSet objects with the res.next() method.
This section provides a tutorial example on how to write multiple classes in a single C# source code...
This section describes what is PKCS5Padding - a schema to pad cleartext to be multiples of 8-byte bl...
This section provides a tutorial example on how to run Perl scripts on Linux systems. To make a Perl...