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

Perform Point Addition with tinyec
This section provides a tutorial example on how to perform the point addition operation on a given elliptic curve with tinyec Python library.
2022-10-01, ∼693🔥, 0💬

BlowfishJ - Java Implementation by Markus Hahn
This section describes BlowfishJ - Java implementation of Blowfish by Markus Hahn.
2022-08-24, ∼683🔥, 1💬

💬 2022-08-24 hiywot: please sent the source code of blowfish including initialization of p and s boxe

ECES (Elliptic Curve Encryption Scheme)
This chapter provides tutorial notes on ECES (Elliptic Curve Encryption Schema). Topics includes ECES plaintext encryption and ciphertext decryption processes; using Crypto.Cipher.AES module to test ECES.
2022-05-06, ∼682🔥, 1💬

💬 2022-05-06 Mk: Hello how r you?

What Is Block Cipher?
This section describes what is block cipher - An encryption scheme in which 'the clear text is broken up into blocks of fixed length, and encrypted one block at a time'.
2016-09-26, ∼682🔥, 1💬

💬 2016-09-26 eva: soooooooo Amazing thank so much this site helping to learn about blowfish algorthm more

What Is Block Cipher?
This section describes what is block cipher - An encryption scheme in which 'the clear text is broken up into blocks of fixed length, and encrypted one block at a time'.
2019-04-03, ∼681🔥, 2💬

💬 2019-03-31 Herong: Patrick, f() represents a generic block cipher process that convert a block of plaintext into a block of ciphertext with a secre...

💬 2019-03-26 Patrick: if f is a block cipher, then how can f(R0,k1) be performed? f is likely to be something like a function?

"keytool -printcert" Printing Certificate Details
This section provides a tutorial example on how to print details of the certificate exported by 'keytool -exportcert' command using the 'keytool -printcert' command.
2022-10-04, ∼675🔥, 0💬

What Is Hasse's Theorem
This section describes Hasse's Theorem, which states that the order, n, of a reduced elliptic curve group, Ep(a,b), is bounded in the range of [p+1 - 2*sqrt(p), p+1 + 2*sqrt(p)].
2022-10-01, ∼667🔥, 0💬

Using MD5 Message Digest in Java
This section provides a tutorial example on how to use MD5 message digest algorithm in Java. The JDK JCE package offers the MD5 algorithm through a generic message digest class, javax.security.MessageDigest.
2017-01-27, ∼667🔥, 2💬

Exporting Certificates Out of Firefox
This section provides a tutorial example on how to export a certificate from Firefox into a certificate file in DER and PEM formats.
2022-10-04, ∼663🔥, 0💬

What Is AES (Advanced Encryption Standard)?
A quick description of the AES (Advanced Encryption Standard) cipher is provided. AES is based on the Rijndael cipher and uses a substitution-permutation network, not a Feistel network. AES is more secure and faster than DES.
2022-04-18, ∼655🔥, 1💬

💬 2022-04-18 dannel: hola mundo

AES Key Schedule Algorithm
A quick description of the AES key schedule algorithm is provided. AES key schedule expands the given cipher key into 11 round keys. It uses round constants, S-box lookups and byte rotations.
2022-10-04, ∼644🔥, 0💬

EC Cryptography in Java
This chapter provides tutorial notes on generating EC (Elliptic Curve) keys with Java technology. Topics covered include using 'keytool' command to generate EC private-public key pairs; selecting different name elliptic curves or key sizes; writing Java program to generate EC keys.
2022-10-01, ∼641🔥, 0💬

Generators and Cyclic Subgroups
This chapter provides introduction on generating subgroups from elements in finite Abelian groups; definitions and examples of subgroup generators, subgroup order, cyclic subgroups, Lagrange-Theorem.
2022-10-01, ∼630🔥, 0💬

About This Book
This section provides some detailed information about this book - __title__.
2020-06-23, ∼627🔥, 1💬

💬 2020-06-23 chris: Thank so much ! All Crypto printed books in cart !! Very well done. Most useful books i've seen in quite some time.

Encrypting RSA Keys
This section provides a tutorial example on how to store RSA keys encrypted with password protection.
2023-12-12, ∼623🔥, 1💬

Build New Curves with tinyec
This section provides a tutorial example on how to create elliptic curve, actually a reduced elliptic curve group, with tinyec Python library.
2022-12-27, ∼609🔥, 1💬

Standard Elliptic Curves
This chapter provides tutorial notes on standard elliptic curves. Topics covered include a list of standard curves; domain parameters of some commonly used standard curves; generating and views private-public key pairs associated domain parameters.
2022-10-01, ∼606🔥, 0💬

Negation Operation on an Elliptic Curve
This section describes the Negation operation on an elliptic curve. If the resulting point the negation operation of an given point P is R, then P + R is the infinity point.
2022-10-01, ∼597🔥, 0💬

"OpenSSL" Signing CSR Generated by "keytool"
This chapter provides tutorial notes and example codes on using 'OpenSSL' to act as CA (Certificate Authority). Topics include setting up 'OpenSSL' as CA; using 'keytool' to generate CA private key; using 'keytool' to generate CSR (Certificate Signing Request); using 'OpenSSL' to sign CSR, using 'ke...
2018-07-12, ∼592🔥, 1💬

Python Program for Integer Elliptic Curves
This section provides simple Python program, IntegerEllipticCurve.py, that searches integer points on any given elliptic curve with integer coefficients.
2022-10-01, ∼584🔥, 0💬

References
List of reference materials used in this book.
2019-06-30, ∼580🔥, 1💬

💬 2019-06-30 Wayne: This is very helpful, Thank you!

What Is Trapdoor Function
This section describes what is Trapdoor Function - An operation that is much easier to perform than its reverse operation.
2022-10-01, ∼579🔥, 0💬

Subtraction Operation on an Elliptic Curve
This section describes the Subtraction operation on an elliptic curve. If the resulting point of the subtraction operation of point Q from P, then P - R = P + (-Q)..
2022-10-01, ∼574🔥, 0💬

Testing RsaKeyEncryption.java with a 16-bit Key
This section provides a tutorial example on testing my RSA encryption and decryption implementation using the java.math.BigInteger class with a 16-bit key.
2019-09-02, ∼572🔥, 1💬

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