Popular Books:
Algebraic Solution for the Infinity Point
This section provides an algebraic solution for calculating the addition operation of two points on an elliptic curve with one of them is the infinity point. 2022-10-01, ∼239🔥, 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, ∼237🔥, 0💬
Introducting DES Stream Cipher Modes
This section describes what are DES encryption stream cipher modes and how CFB and OFB block operation modes can be modified as stream modes. 2022-10-05, ∼236🔥, 0💬
Finite Elliptic Curve Group, Eq(a,b), q = p^n
This section describes finite elliptic curve groups constructed with modular arithmetic reduction of prime power numbers, p^n. 2022-10-01, ∼233🔥, 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, ∼232🔥, 0💬
Algebraic Solution for Distinct Points
This section provides an algebraic solution for calculating the addition operation of two distinct points on an elliptic curve. 2022-10-01, ∼229🔥, 0💬
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, ∼227🔥, 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, ∼223🔥, 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, ∼222🔥, 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, ∼222🔥, 0💬
Reduced Elliptic Curve Group - E1931(443,1045)
This section provides an example of a reduced Elliptic Curve group E1931(443,1045). 2022-10-01, ∼221🔥, 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, ∼220🔥, 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, ∼218🔥, 0💬
Popular Posts:
This section provides a quick introduction on W95 Ext'd LBA (Windows 95 Extended Logical Block Addre...
This section describes the WS-Security X.509 Certificate Token Profile specification describing the ...
This section provides an email message example with an attachment using the MIME (Multipurpose Inter...
This chapter describes some basic concepts of cryptography: what is cryptography, what is function a...
This section describes how to delete rows from target tables through ResultSet objects.