Your Ad Here
String Function
Execute String Function Online
String Functions Online Tool

Hex - String Function Blog

Posts Tagged ‘Hex’

 

MD5 Hashing Algorithms for Encoding and Decoding Data

Saturday, February 20th, 2010

MD5 is one of a number of solutions to providing security to static data elements. It is simply defined as a fixed-length 128-bit hexadecimal string derived as a function of the hash-generating program that is a representation of a plain-text string. Any computer language with string function manipulation can be used as an MD5 encoder or MD5 converter, albeit some are more efficient than others in the implementation. It is most often seen as a callable MD5 function.


(more…)

VN:F [1.7.0_948]
Rating: +7 (from 7 votes)

 

URL Encoding / Decoding and Percent Encoding / Decoding

Friday, December 11th, 2009

The Uniform Resource Locator (URL) comprises several distinct parts. The Uniform Resource Name (URN), Uniform Resource Identifier (URI); and, in many cases, the appending of parameters or code elements. The traditional term for URL encoding is “Percent Encoding”, which is a less ambiguous (more…)

VN:F [1.7.0_948]
Rating: +10 (from 10 votes)

 

What is Hexadecimal?

Wednesday, October 28th, 2009


Hexadecimal – or called “hex” by coders for convenience – is a programming convention used to enable raw binary or octal values to be represented in (more…)

VN:F [1.7.0_948]
Rating: +11 (from 11 votes)