Bitcoin Tutorials - Herong's Tutorial Examples

Bitcoin Tutorials - Herong's Tutorial Examples

Author: Herong Yang

Publisher: HerongYang.com

Published: 2017-01-01

Total Pages: 155

ISBN-13:

DOWNLOAD EBOOK

This book is a collection of tutorial examples on Bitcoin and blockchain. Topics include Blockchain, Bitcoin, Cryptocurrency, Merkle Tree, Mining, SHA256, Wallet. Key sections include: What is Bitcoin, What is blockchain, Bitcoin market value, Browsing Bitcoin data blocks on blockchain.com, Browsing Bitcoin transaction data, Bitcoin wallet types: Full-Node, SPV, Client-Server, Bitcoin Consensus Rules: Controlled supply, Block mining reward, Proof of work, Installing Bitcoin Core server, Synchronizing with network, Using Bitcoin console and commands, Creating Bitcoin wallet, Receiving Bitcoin funds, Using Bitcoin test network - testnet, Building transaction Merkle Tree, Calculating Merkle Root hash, Calculating Bitcoin block hash, Performing Double-SHA256 hash in Python and Java, Using Little-endian and Big-endian Hex notations, Bitcoin block and transaction data structure, Bitcoin blockchain API, Copay Wallet. Updated in 2024 (Version v1.07) with minor updates. For latest updates and free sample chapters, visit https://www.herongyang.com/Bitcoin.


Cryptography Tutorials - Herong's Tutorial Examples

Cryptography Tutorials - Herong's Tutorial Examples

Author: Herong Yang

Publisher: Herong Yang

Published: 2019-09-07

Total Pages: 626

ISBN-13:

DOWNLOAD EBOOK

This cryptography tutorial book is a collection of notes and sample codes written by the author while he was learning cryptography technologies himself. Topics include MD5 and SHA1 message digest algorithms and implementations, DES, Blowfish and AES secret key cipher algorithms and implementations, RSA and DSA public key encryption algorithms and implementations, Java and PHP cryptography APIs, OpenSSL, keytool and other cryptography tools, PKI certificates and Web browser supports. Updated in 2023 (Version v5.42) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/Cryptography.


EC Cryptography Tutorials - Herong's Tutorial Examples

EC Cryptography Tutorials - Herong's Tutorial Examples

Author: Herong Yang

Publisher: HerongYang.com

Published: 2019-03-03

Total Pages: 243

ISBN-13:

DOWNLOAD EBOOK

This EC (Elliptic Curve) cryptography tutorial book is a collection of notes and sample codes written by the author while he was learning cryptography technologies himself. Topics include rule of chord and point addition on elliptic curves; Abelian groups with additive/multiplicative notations; EC as Abelian groups; DLP (Discrete Logarithm Problem) and trapdoor function; Galois fields or finite fields with Additive/Multiplicative Abelian Group; Prime fields, binary fields, and polynomial fields; EC fields reduced with modular arithmetic; EC subgroup and base points; EC private key and public key pairs; ECDH (Elliptic Curve Diffie-Hellman) protocol; ECDSA (Elliptic Curve Digital Signature Algorithm); ECES (Elliptic Curve Encryption Scheme) protocol; Java tool/program to generate EC keys. Updated in 2022 (Version v1.02) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/EC-Cryptography.


JDK Tutorials - Herong's Tutorial Examples

JDK Tutorials - Herong's Tutorial Examples

Author: Herong Yang

Publisher: HerongYang.com

Published: 2022-01-15

Total Pages: 490

ISBN-13:

DOWNLOAD EBOOK

This book is a collection of tutorial notes and sample codes written by the author while he was learning JDK (Java Development Kit) core libraries himself. Topics include Time and Calendar, Internationalization, Unnamed Packages, Collections, Character Set and Encoding, Logging, XML related technologies: DOM, SAX, DTD, XSD, and XSL, Cryptography, Certificates, Key stores, Cipher and Encryption, Socket communication, SSL and HTTPS. Updated in 2024 (Version v6.32) with JDK 20. For latest updates and free sample chapters, visit https://www.herongyang.com/JDK.


SOAP Web Service Tutorials - Herong's Tutorial Examples

SOAP Web Service Tutorials - Herong's Tutorial Examples

Author: Herong Yang

Publisher: HerongYang.com

Published: 2019-01-01

Total Pages: 521

ISBN-13:

DOWNLOAD EBOOK

This book is a collection of notes and sample codes written by the author while he was learning SOAP Web service. Topics include introduction of SOAP specifications; SOAP modules, features, and message structure; SOAP Message Exchange Patterns; Python, Perl, PHP, and Java support of SOAP Web services; WS-Security, Username Token and X.509 Token; Signing and Encrypting SOAP messages; Using SoapUI for Web service testing. Updated in 2024 (Version v5.13) with Python tutorials. For latest updates and free sample chapters, visit https://www.herongyang.com/Web-Services.


Java Tools Tutorials - Herong's Tutorial Examples

Java Tools Tutorials - Herong's Tutorial Examples

Author: Herong Yang

Publisher: HerongYang.com

Published: 2020-12-20

Total Pages: 376

ISBN-13:

DOWNLOAD EBOOK

This tutorial book based on notes and sample codes collected by the author while he was learning Java tools himself. Topics includes: 'java/javaw' Launcher, 'javac' Compiler, 'javadoc' Document Generator, 'javap' Class File Disassembler, 'jar/jarsigner' Archive Tool, 'jconsole' Console, 'jdb' Debugger, 'jdeps' Dependency Analyzer, 'jdeprscan' Deprecated API Scanner, 'jhat' Heap Analysis Tool, 'jlink' JRE Linker, 'jhsdb' HotSpot Debugger, 'jmap' Memory Dumper, 'jmc' Mission Control, 'jpackage' Binary Package Builder, 'jrunscript' Script Shell, 'jstack' Stack Dumper, 'jstat' Statistics, 'jstatd' Statistics Daemon, 'jvisualvm' Visual VM, 'jwebserver' Web Server, 'keytool' Keystore Tool, 'serialver' serialVersionUID generator. Updated in 2023 (Version v6.23) with JDK 20. For latest updates and free sample chapters, visit https://www.herongyang.com/Java-Tools.


Ethereum Tutorials - Herong's Tutorial Examples

Ethereum Tutorials - Herong's Tutorial Examples

Author: Herong Yang

Publisher: HerongYang.com

Published: 2018-01-01

Total Pages: 153

ISBN-13:

DOWNLOAD EBOOK

This book is a collection of tutorial examples on Ethereum and blockchain. Topics include include: What is Ethereum; What is blockchain; Ethereum market value; What is Go Ethereum (Geth); Running a private Ethereum network with Geth; What is Ethereum Mist wallet; What is MetaMask wallet; Managing Ethereum accounts; Getting free Ethers on test networks; Ethereum mining pool. Updated in 2024 (Version v1.06) with minor updates. For latest updates and free sample chapters, visit https://www.herongyang.com/Ethereum.


XSD Tutorials - Herong's Tutorial Examples

XSD Tutorials - Herong's Tutorial Examples

Author: Herong Yang

Publisher: HerongYang.com

Published: 2002-01-01

Total Pages: 421

ISBN-13:

DOWNLOAD EBOOK

This book is a collection of tutorial examples and notes written by the author while he was learning XSD (XML Schema Definition). Topics include: XSD (XML Schema Definition) specification and processors; JAXP (Java API for XML Processing) API; XSD Schema XML DOM/SAX validators; Using Xerces2 Java Parser API; XSD Built-in Datatypes: string, normalizedString, token, integer, long, int, short, byte, gYear, gMonth, gDay, gYearMonth, gMonthDay, duration, yearMonthDuration, dayTimeDuration, atomic, list, union; simpleContent and complexType; unique, key and keyref identity constraints; assert and assertion validation rules; Schema Component Reuse - include, redefine or import. Updated in 2024 (Version v5.23) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/XSD.


Free Web Services - Herong's Tutorial Examples

Free Web Services - Herong's Tutorial Examples

Author: Herong Yang

Publisher: HerongYang.com

Published: 2010-01-01

Total Pages: 334

ISBN-13:

DOWNLOAD EBOOK

This tutorial book is a collection of notes and sample codes written by the author while he was testing free Web services available on the Internet. Topics include Introduction of SOAP and REST Web services; Zeep Python library as SOAP client; SoapUI Web Service Testing Tool; Web service examples: Mock Web services; Get All Countries and Territories; Get Cities by Country; Get Latitudes and Longitude of US City; Get Airport Code; Get Country by IP Address; Convert Temperature/Length Units; Generate Bar Code Image; Calculate Mortgage Payment; Get Currency Exchange Rate; Get Stock Quote; Get the Current Time; Get Sun Rise/Set Time; Get Weather by US ZIP Code; Get Flickr Photos; Get Bitcoin block, transaction and wallet data; Search and retrieve chemical compounds. Updated in 2024 (Version v2.13) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/Free-Web-Service.


JVM Tutorials - Herong's Tutorial Examples

JVM Tutorials - Herong's Tutorial Examples

Author: Herong Yang

Publisher: HerongYang.com

Published: 2020-10-10

Total Pages: 362

ISBN-13:

DOWNLOAD EBOOK

This book is a collection of notes and sample codes written by the author while he was learning JVM himself. Topics include JVM (Java Virtual Machine) Architecture and Components; Oracle JVM implementation - HotSpot; Eclipse JVM implementation - Eclipse OpenJ9; java.lang.Runtime - The JVM Instance class; Loading Native Libraries; java.lang.System - Representing Operating System; java.lang.ClassLoader - Loading class files; java.lang.Class - Class reflections; Runtime data areas, heap memory and Garbage Collection; Stack, Frame and Stack overflow; Multi-threading impacts on CPU and I/O; CDS (Class Data Sharing); Micro Benchmark tests on different types of operations. Updated in 2024 (Version v5.13) with HotSpot JVM 20. For latest updates and free sample chapters, visit https://www.herongyang.com/JVM.