<< < 370 371 372 373 374 375 376 377 > >>   ∑:9026  Sort:Rank

Validating a Certificate Path with OpenSSL
This section provides a tutorial example on how to perform validation of a certificate path with the 'openssl verify' command.
2015-10-14, ≈24🔥, 5💬

💬 2015-10-14 Herong: Karnan, if the issuer is a root CA, issuer certificate should be in your trusted certificate store. If the issuer is an intermed...

💬 2015-10-13 karnan: how to get issuer certificate

💬 2015-09-02 Liang: Thanks, Yang, This is a very helpful for understanding the basic concept of Crypto/SSL.

💬 2015-08-14 Chris: If you have to specify an intermediate as trusted, that means the intermediate is not qualified to be a signer.

💬 2015-08-12 Aleksandar Kostadinov: I see a strange thing: openssl verify -CApath . &lt;(cd /tmp ; cat server.pem intermediate.pem) That does not work if interm...

Cipher - Secret Key Encryption and Decryption
This chapter provides tutorial notes and example codes on the cipher process. Topics include the cipher process - data encryption and decryption; the cipher class, javax.crypto.Cipher; the cipher sample program and test results with Blowfish and DES encryption algorithms.
2015-10-13, ∼509🔥, 1💬

Microsoft Management Console (MMC)
This section describes the Microsoft Management Console (MMC), which can be used to create a console to manage certificate stores on Windows systems.
2015-10-11, ∼1238🔥, 1💬

💬 2015-10-11 koloraza: mistratra betsaka fa tena tsra ny ataonao ry namamana

opendir.pl - Sample Program to Read Directories
This section provides a tutorial example on how to open the current directory using opendir() function and read its file names using readdir() function.
2015-10-10, ∼607🔥, 2💬

💬 2010-11-19 Herong: Kim, I am not sure if you were talking about the opendir.pl script. If yes, reading the root directory can be done by: opendir(D...

💬 2010-11-18 Kim: I learned alot from your directory tutorials- how can I change this to read the root directory opposed to the default perl one?

"Unexpected subelement ..." Error from the Stub Class
This section provides a tutorial example on how to troubleshoot and resolve the 'Unexpected subelement ...' error occurred in the stub class. The root cause of the error is the namespace on sub elements of the response SOAP Body does not match what defined in the WSDL document.
2015-10-10, ∼4001🔥, 5💬

💬 2011-03-19 Jose Eduardo: Sorry for wasting your time, I think i got the solution... first i got the Date error because I change the order of the data ser...

💬 2011-03-19 Jose Eduardo: Yes, indeed... please, I don't know if it's a problem of wso2 cache of anything else, i've tried almost everything...

💬 2011-03-16 Herong: Jose, Are you referring to the error and fix discussed in "Unexpected subelement ..." Error from the Stub Class ?

💬 2011-03-16 Jose Eduardo: I saw your article about a "bug" on the client generated code of a web service at WSDL2Java Unexpected subelement Error from Stu...

Microsoft JDBC Driver - Query Statements and Result Sets
This chapter provides tutorial notes on running query statements and working with result sets with Microsoft JDBC Driver. Topics include creating statement objects; executing SQL query statements; retrieving ResultSet objects; looping through result set; obtaining field values from the result sets.
2015-10-09, ∼203🔥, 2💬

SWF Files for Video and Audio Streams
This chapter provides tutorial notes and example codes on SWF files for video and audio streams. Topics include SWF file structure for video and/or audio streams; installing FFmpeg to manipulate video/audio streams; 'ffprobe' to view video/audio stream properties; 'ffplay' to play stream SWF files; ...
2015-10-09, ∼1110🔥, 2💬

💬 2015-10-09 Herong: Eduardo, what texts are you referring to?

💬 2015-10-08 Eduardo: when I convert a swf file does not show the texts

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2015-10-09, ∼1834🔥, 2💬

💬 2015-10-09 Herong: Rakesh, Welcome to the Perl world!

💬 2015-10-07 Rakesh Patowary: I am new in Perl scripting

Message Digest Algorithm Implementations in JDK
This chapter provides tutorial notes and example codes on message digest algorithm implementation. Topics include JCA (Java Cryptography Architecture) package; java.security.MessageDigest class; MD5 and SHA message digest program; message digest output comparison.
2015-10-06, ∼454🔥, 2💬

SOAP Message Structure
This chapter provides descriptions of SOAP message structures and sample messages.
2015-10-06, ∼639🔥, 1💬

Compiling C# Source Code Files
This chapter provides tutorial examples and notes on C# compiler options. Topics include compiling C# source code with multiple classes in a single source code file and multiple source code files; generating .NET library files.
2015-10-03, ∼790🔥, 1💬

💬 2015-10-03 koko: good

About My Samsung Galaxy Tab 3 Mini Tablet
This section provides a tutorial example on how to view basic information on a Samsung Galaxy mini tablet, running Android 4.4.2.
2015-10-02, ∼1887🔥, 2💬

💬 2015-09-30 Herong: Antonia, you are welcome. Google translation of your comment: "As I can keep my current Minitab. Thank you."

💬 2015-09-29 Antonia Hernandez: Como puedo mantener mi minitab actualizada. Gracias

Built-in String Functions
This section provides a list of commonly used built-in string functions.
2015-10-01, ∼896🔥, 1💬

💬 2015-10-01 Kalu khan: Very nice

Chinese Character String with Big5 Encoding
This section provides information on handling Chinese character string literals in Big5 encoding.
2015-09-29, ∼3187🔥, 1💬

💬 2015-09-29 你好: 你好

GROUP BY Clause of a SELECT Statement
This section provides tutorial examples on how to use the GROUP BY clause to aggregate orginal rows of the base table into group rows in a SELECT statement.
2015-09-27, ∼1087🔥, 1💬

💬 2015-09-27 Ravikumar: Good examples

What Is LWP::UserAgent?
This section describes what is LWP::UserAgent - a Perl class that helps you to prepare a HTTP request, send it to a Web server, then receive the HTTP response from the Web server.
2015-09-25, ∼519🔥, 1💬

JDK Documentation Installation
This section describes how to install JDK Documentation on your own local machine.
2015-09-23, ∼1588🔥, 1💬

💬 2015-09-23 fritz: Thanks

JDBC-ODBC - Creating DSN for MS Access
This section describes how to create a DSN that connected to a MS Access database file.
2015-09-20, ∼104🔥, 3💬

Introduction of VBScript - Visual Basic Scripting Edition
This chapter provides a quick introduction on VBScript language. Topics include what is VBScript; what are VBScript host environments; running VBScript code within Internet Explorer (IE), Internet Information Services (IIS), and Windows Script Host (WSH).
2015-09-20, ∼562🔥, 1💬

ConvertTemp - Request Message Sample
This section provides a request message sample of ConvertTemp Web service.
2015-09-15, ∼286🔥, 1💬

Unicode Tutorials - Herong's Tutorial Examples
This Unicode tutorial book is a collection of notes and sample codes written by the author while he was learning Unicode himself. Topics include Character Sets and Encodings; GB2312/GB18030 Character Set and Encodings; JIS X0208 Character Set and Encodings; Unicode Character Set; Basic Multilingual ...
2015-09-14, ∼3622🔥, 1💬

Oracle Express Edition Installation on Windows
This chapter provides tutorial notes on Oracle Express Edition installation on Windows systems. Topics include downloading, installing and starting Oracle Database 10g Express Edition; access Oracle server through its Web interface; creating Oracle login user.
2015-09-11, ∼101🔥, 1💬

"bad decrypt:./crypto/evp/evp_enc.c:461" Error
This section provides a tutorial example on why OpenSSL 'pkcs12' failed with 'bad decrypt:./crypto/evp/evp_enc.c :461'error. The root cause is the key password different than file password.
2015-09-10, ≈10🔥, 1💬

💬 2015-09-10 Action Here: this totally helped me.

JDBC-ODBC - Connecting to Flat Text Files
This section describes how to connect to a DSN that represents data stored in flat text files in a directory.
2015-09-10, ∼100🔥, 2💬

<< < 370 371 372 373 374 375 376 377 > >>   ∑:9026  Sort:Rank