Popular Books:
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, ∼228🔥, 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, ∼224🔥, 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, ∼221🔥, 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, ∼219🔥, 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, ∼217🔥, 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, ∼217🔥, 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, ∼213🔥, 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, ∼212🔥, 0💬
Element Generated Subgroup Is Cyclic
This section describes the fact that all subgroups generated from elements in finite Abelian groups are cyclic groups. 2022-10-01, ∼211🔥, 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, ∼205🔥, 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, ∼204🔥, 0💬
Popular Posts:
This section describes what are JVM stacks. One stack is created for each thread to hold frames whic...
科兴生物新冠疫苗的名称是什么? 科兴控股生物技术有限公司旗下北京科兴中维研制的新 冠病毒灭活疫苗名称为“克爾來福(Cor...
This chapter provides tutorial notes on downloading, installing and setting up Derby (Java DB) serve...
This section describes commands and options supported by the 'adb' tool. The 'adb help' command can ...
This section describes the Base32 encoding algorithm with some simple encoding examples.