PKI Tutorials - Herong's Tutorial Examples PDF Download

Are you looking for read ebook online? Search for your book and save it on your Kindle device, PC, phones or tablets. Download PKI Tutorials - Herong's Tutorial Examples PDF full book. Access full book title PKI Tutorials - Herong's Tutorial Examples by Herong Yang. Download full books in PDF and EPUB format.

PKI Tutorials - Herong's Tutorial Examples

PKI Tutorials - Herong's Tutorial Examples PDF Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 333

Book Description
This tutorial book is a collection of notes and sample codes written by the author while he was learning PKI (Public Key Infrastructure) technologies himself. Topics include Root CA (Certificate Authorities); SSL, TLS, and HTTPS; Server and client authentication processes; Communication data encryption; Using HTTPS with Chrome, Firefox, Edge, Safari and Internet Explorer; Managing certificates on Windows, macOS, iOS and Android systems; X.509 certificate format; Certificate store and management tools; Certificate validation chain; Self-signed certificate and CSR; Digital signature on MS Word and OpenOffice documents; Get free personal certificate from Comodo. Updated in 2022 (Version v2.31) with macOS and Safari tutorials. For latest updates and free sample chapters, visit https://www.herongyang.com/PKI.

PKI Tutorials - Herong's Tutorial Examples

PKI Tutorials - Herong's Tutorial Examples PDF Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 333

Book Description
This tutorial book is a collection of notes and sample codes written by the author while he was learning PKI (Public Key Infrastructure) technologies himself. Topics include Root CA (Certificate Authorities); SSL, TLS, and HTTPS; Server and client authentication processes; Communication data encryption; Using HTTPS with Chrome, Firefox, Edge, Safari and Internet Explorer; Managing certificates on Windows, macOS, iOS and Android systems; X.509 certificate format; Certificate store and management tools; Certificate validation chain; Self-signed certificate and CSR; Digital signature on MS Word and OpenOffice documents; Get free personal certificate from Comodo. Updated in 2022 (Version v2.31) with macOS and Safari tutorials. For latest updates and free sample chapters, visit https://www.herongyang.com/PKI.

Linux Tutorials - Herong's Tutorial Examples

Linux Tutorials - Herong's Tutorial Examples PDF Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 324

Book Description
This book is a collection of notes and sample codes written by the author while he was learning Linux systems. Topics include using Cockpit Web portal for admin tasks; managing users and groups; managing files and directories; managing NTFS, CIFS, EXT4, LBA, LVM file systems; using network tools and security firewall; installing CentOS systems; using SELinux (Security-Enhanced Linux) system; DNF/YUM software package manager; SSH Server configuration and client tools; managing vsftpd - Very Secure FTP daemon; managing directory service with OpenLDAP; Updated in 2024 (Version v5.44) with email topics moved to 'Email Tutorials' book. For latest updates and free sample chapters, visit https://www.herongyang.com/Linux.

Email Tutorials - Herong's Tutorial Examples

Email Tutorials - Herong's Tutorial Examples PDF Author:
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 131

Book Description
This book is a collection of notes and sample codes written by the author while he was learning email systems. Topics include email message transmission protocols: SMTP, IMAP, POP3; secure connections with SSL/TLS protocols; managing Postfix server as MSA, MTA and MDA agents; managing Dovecot server for email retrieval with IMAP and POP3 protocols; Thunderbird and other email client tools. Updated in 2024 (Version v1.03) with minor updates. For latest updates and free sample chapters, visit https://www.herongyang.com/Email.

Cryptography Tutorials - Herong's Tutorial Examples

Cryptography Tutorials - Herong's Tutorial Examples PDF Author: Herong Yang
Publisher: Lulu.com
ISBN: 0359434789
Category :
Languages : en
Pages : 354

Book Description


JDK Tutorials - Herong's Tutorial Examples

JDK Tutorials - Herong's Tutorial Examples PDF Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 659

Book Description
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.

EC Cryptography Tutorials - Herong's Tutorial Examples

EC Cryptography Tutorials - Herong's Tutorial Examples PDF Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 243

Book Description
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.

JSP Tutorials - Herong's Tutorial Examples

JSP Tutorials - Herong's Tutorial Examples PDF Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 376

Book Description
This book is a collection of notes and sample codes written by the author while he was learning JSP (JavaServer Pages). Topics include Tomcat installation and configuration to support JSP; JSP execution context, JSP elements, and sessions; Using JavaBean Classes; Cookie management; Controlling HTTP Response Header Lines; Supporting non-ASCII characters and localization; Debugging and measuring performance; Using EL (Expression Language); JSTL (JSP Standard Tag Library) syntax and Tag Java interface; Managing file uploads. Updated in 2022 (Version v5.11) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/JSP.

JavaScript Tutorials - Herong's Tutorial Examples

JavaScript Tutorials - Herong's Tutorial Examples PDF Author: Herong Yang
Publisher:
ISBN: 9781720007845
Category :
Languages : en
Pages : 201

Book Description
This book is a collection of tutorial examples and notes written by the author while he was learning JavaScript. Topics include ECMAScript specifications; data types, variables and expressions; flow control statements: 'if', 'for', 'switch', and 'while'; using arrays and objects; defining and calling functions; embedding JavaScript code in HTML documents; DOM (Document Object Model) API levels; using the JavaScript console in Web browsers; creating new object types with prototypes; building prototype inheritance hierarchy; managing functions as objects; jrunscript JavaScript shell. For latest update, visit http://www.herongyang.com/JavaScript.

Java GC Tutorials - Herong's Tutorial Examples

Java GC Tutorials - Herong's Tutorial Examples PDF Author: Dr. Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 717

Book Description
This book is a collection of tutorial notes and sample codes written by the author while he was learning JVM GC (Garbage Collection) processes. Topics include Java Garbage Collectors, STW (Stop-The-World), Serial Collector, Parallel Collector, Concurrent Collector, G1 Collector, GC Algorithms, Generational GC, Regional GC, Heap Memory Management, Young/New Generation, Tenured/Old Generation, Object Reference, Eden Space, Survivor Spaces, Minor GC, Major GC, Full GC, Performance Tuning, Throughput/Latency Performance, Heap Footprint. Updated in 2022 (Version v1.11) with JVM 17. For latest updates and free sample chapters, visit https://www.herongyang.com/Java-GC.

SOAP Web Service Tutorials - Herong's Tutorial Examples

SOAP Web Service Tutorials - Herong's Tutorial Examples PDF Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 521

Book Description
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.