<< < 81 82 83 84 85 86 87 88 89 90 91 > >>   ∑:9022  Sort:Rank

SMA CRYPTOGRAPHY ALGORITHM DECRYPT MD5 SOLUTION
'MD5 Message Digest Algorithm Overview' tutorial was cited in an 'International Journal of Advanced Research' paper in 2018.
2022-11-19, ∼174🔥, 0💬

字符编码的故事:ASCII,GB2312,Unicode,UTF-8,UTF-16
'国标GB2312编码自学教程' tutorials were cited in a CSDN.NET blog in 2016.
2022-11-19, ∼154🔥, 0💬

getProcedures() - Listing Stored Procedures
This section describes how to get a list of stored procedures in the database server.
2022-11-19, ∼210🔥, 0💬

Win7: SYSTEM IGMP 224.0.0.22 connection
'MS08-001 Vulnerability Explanation by Microsoft' tutorial was cited in a forum post in 2009.
2022-11-19, ∼174🔥, 0💬

Base64Decoder
'Base64 Encoding' tutorial book was cited in a forum article in Portuguese language in 2005.
2022-11-18, ∼162🔥, 0💬

Oracle - JBDC CallableStatement
This chapter provides tutorial notes on JDBC CallableStatement objects for stored procedures. Topics include CallableStatement overview; creating stored procedures with parameters; using place holders in CallableStatement objects; register output parameters.
2022-11-18, ∼221🔥, 0💬

XML Parsing Options
This section describes commonly used options supported by the XML::Simple module that controls how to handle root element and empty elements. 'forcearray =&gt; 1' option is needed if you want to text elements to parsed as arrays.
2022-11-18, ∼237🔥, 0💬

android verify signature of file with .der public key
'JcaVerify.java - Signature Verification Sample Program' tutorial was cited in a StackOverflow forum post in 2012.
2022-11-18, ∼203🔥, 0💬

SOAP Web Service Tutorials - Herong's Tutorial Examples
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 service...
2022-11-18, ≈26🔥, 10💬

💬 2022-11-11 Herong: Peter, can you show use a sample of your request message?

💬 2022-11-08 Peter Roman: In SoapUI is possible encrypt Password and Created elements? I tried with "Outgoing WS-Security: Encryption - Parts table" but w...

💬 2016-12-24 Herong: Tan, you can try with this tutorial SoapUI Configuration for Messaging Encryption . Or dump the HTTP requests received from your...

💬 2016-12-22 Tan: Hi Herong, i have been trying to use SOAPUI to send encrypted message to my webservice (java) with asymmetric binding. When i us...

💬 2015-07-29 Herong: Andriy, to decrypt a cipher message encrypted with AES128-CBC, you need to get the Initialization Vector from the message sender...

(More comments ...)

SubParamAlias.pl - Example on Parameters as Alias
This section provides a tutorial example on how parameters are passed as aliases - modifying the value of a parameter will cause the value of the original variable updated in caller's code.
2022-11-18, ∼160🔥, 0💬

Declaring and Calling Subroutines
This section describes some important rules about declaring and calling user defined subroutines: parameters are passed as a list value stored in the special local variable @_; subroutines are normally called with their name prefixed with &amp;.
2022-11-18, ∼230🔥, 0💬

72 sekunde kao 72 godine
'Removing GoogleUpdater.exe as a Startup Program' tutorial was cited in a forum post in Crotian in 2012.
2022-11-18, ∼150🔥, 0💬

Apache Camel: Crypto
'Cryptography Tutorials - Herong's Tutorial Examples' tutorial was cited in the 'Apache Camel &gt; Documentation &gt; Architecture &gt; Data Format &gt; Crypto' documentation published in 2010.
2022-11-18, ∼185🔥, 0💬

【CTF】SUCTF 2018 部分web writeup
'GB2312一级汉字区: 16-55区' tutorial was cited in a 0kami.cn blog article in 2018.
2022-11-18, ∼176🔥, 0💬

Correct Character Encoding
'Managing Non-ASCII Character Strings with MySQL Servers' tutorial was cited in a forum article in 2008.
2022-11-18, ∼140🔥, 0💬

C# (CSharp) RSAPublicKey Examples
'Converting Byte Sequences to Positive Integers' tutorial was cited in a hotexamples.com article in 2018.
2022-11-18, ∼188🔥, 0💬

PDF Printing Version
Information on how to obtain the PDF version of this book for printing.
2022-11-17, ∼2871🔥, 4💬

💬 2015-10-14 srikanth: thanks

Chinese Web Pages with GB18030 Encoding
This section describes how to create a Chinese HTML document in GB18030 encoding and publish it on the Apache server.
2022-11-17, ∼4911🔥, 7💬

💬 2020-09-28 sdvsd: 86 54 D1 D4 C1 E1 98 D8 D7 F2 9B 41 C2 CA C2 84 8F 8A DC BF CD F5 BD E7 C7 F2 C8 A1 C7 E9 98 49

💬 2015-11-24 Herong: Jee, there is no way to configure Chrome to ignore the encoding error and continue. But you can tell browser to use a different ...

💬 2015-11-24 Jee: I'm simply using Chrome... Is there a way to say to the XML "Just ignore caracters that you would consider as weird and display ...

💬 2015-11-22 Herong: Jee, the issue is probably not in your data. What is the program you use to display the XML data?

💬 2015-11-22 Jee: Hello, I have a database in GB18030. I am trying to display datas through XML, and for some kind of datas, the display in a brow...

Quickly view the threads of your blocked Ruby application with JStack
'jstack - Stack Tracer of JVM Threads' tutorial was cited in a software company blog in 2012.
2022-11-17, ∼177🔥, 0💬

Encryptions in IRIS
'What Is PKCS5Padding' tutorial was cited in an intersystems.com post in 2021.
2022-11-17, ∼136🔥, 0💬

Hamiltonian on Simple Harmonic Motion
This section provides an example of calculating the Hamiltonian on a mechanical system of an single object in simple harmonic motion and applying the Law of Conservation of Energy.
2022-11-16, ∼229🔥, 0💬

Chinese Calendars: Year 2011 to 2020
This chapter provides Chinese calendars for 10 years from 2011 to 2020.
2022-11-16, ∼183🔥, 0💬

String Built-in Functions and Performance
This chapter provides tutorial examples and notes about string built-in functions and performance. Topics include string built-in functions: chop(), length(), index(), substr() and split() functions; Perl functions are 2 times slower than Java functions.
2022-11-16, ∼187🔥, 0💬

Hard References - Addresses of Memory Objects
This chapter provides tutorial examples and notes about hard references, addresses of memory objects. Topics include taking hard references with the reference operator, \ on variables, functions or anonymous objects; using hard references in the same way as soft references by using curly brackets {}...
2022-11-16, ∼208🔥, 0💬

<< < 81 82 83 84 85 86 87 88 89 90 91 > >>   ∑:9022  Sort:Rank