Popular Books:
64-bit RSA Key Validated by RsaKeyValidator.java
This section provides a tutorial example on how a 64-bit RSA key is validated by RsaKeyValidator.java with 3 rounds of encryption and decryption tests. 2023-03-05, ∼1599🔥, 3💬
💬 2018-06-09 Herong: Adrian, you are welcome!
💬 2018-06-09 Adrian: I needed in rush working 64-bit keys. You helped me a lot. Thanks! :D
DSA 512-bit and 1024-bit Key Pair Examples
This section provides 2 DSA key pair examples, 512-bit and 1024-bit, using DsaKeyGenerator.java. 2017-11-08, ∼1569🔥, 1💬
AES Standard Decryption Algorithm
The standard decryption algorithm of the AES-128 encryption is provided. It is a straightforward reverse of the encryption algorithm. 2021-04-25, ∼1543🔥, 1💬
OpenSSL Introduction and Installation
This chapter provides tutorial notes and example codes on OpenSSL. Topics include introduction of OpenSSL; installing OpenSSL on Windows systems. 2017-12-24, ∼1522🔥, 4💬
DESCipherTest.java - DES Cipher Algorithm Illustration
This section provides a tutorial Java program, DESCipherTest.java, to illustrate how DES cipher algorithm works. 2016-01-24, ∼1408🔥, 1💬
EC Private and Public Key Pair
This section introduces what is EC (Elliptic Curve) key pair - a pair of private key and public key constructed from a given subgroup generator in a given elliptic curve group. 2022-07-11, ∼1373🔥, 2💬
MD5 Mesasge Digest Algorithm
This chapter provides tutorial notes and example codes on the MD5 message digest algorithm. Topics include MD5 algorithm overview; using MD5 in Java, PHP, and Perl. 2017-09-10, ∼1283🔥, 2💬
"openssl ecparam -list_curves" - Curves Supported by OpenSSL
This section provides a list of Elliptic Curves supported by OpenSSL. 2022-10-01, ∼1157🔥, 0💬
Blowfish Cipher Algorithm
This section describes the Blowfish cipher algorithm - A 16-round Feistel cipher with block size of 64 bits developed by Bruce Schneier in 1993. 2016-08-03, ∼1123🔥, 2💬
Elliptic Curve Point Addition Example
This section provides algebraic calculation example of adding two distinct points on an elliptic curve. 2022-10-01, ∼1117🔥, 0💬
"keytool" Importing CA's Own Certificate
This section provides a tutorial example on how to import CA's certificate generated by 'OpenSSL' into a 'keystore' file using 'keytool' 2016-10-20, ∼977🔥, 2💬
Visiting an "https" Web Site with Chrome
This section describes how Google Chrome shows a lock icon when you visit an 'https' Web site to provide you more security related information. 2020-07-02, ∼972🔥, 2💬
RsaKeyValidator.java for RSA Key Validation
This section provides a tutorial example on how to validate RSA keys by encrypting and decrypting some random sample messages. 2023-02-19, ∼949🔥, 2💬
Popular Posts:
This section describes how to get some free Ether form faucet.metamask.io.
This chapter provides tutorial notes and example codes on DSA (Digital Signature Algorithm). Topics ...
This section provides a Java implementation of the Base32 encoding algorithm by the Bitcollider proj...
This section describes how to connect MetaMask to the 'geth' on the local host.
This chapter provides tutorial examples and notes about DES (Data Encryption Standard) algorithm. To...