XMethods Logo

Home ·  Tools · Implementations · Manage · Register · Tutorials · About

Partner4 Logo Partner3 Logo Partner2 Logo

Hash Service

WSDL

http://www.bs-byg.dk/hashclass.wsdl     Analyze WSDL   |   View RPC Profile  (only for RPC services)
Owner:Azlan608
For more Info:http://www.bs-byg.dk
Description:Hashes a string using MD5, SHA1, SHA256, SHA384 or SHA512

Endpoints

URLPublisherContact EmailImplementation
http://www.bs-byg.dk/hashclass.asmxAzlan608klanenstar@hotmail.comMS .NET

Contributed Clients   What is this?     Add / Edit / Delete Client  

NameTypePublisherToolkitLanguageOS
Web Services On Demand ClientApplicationLisaWu N/ACross-Platform


Detailed Description

This function creates a unique string out of the original string.
You can then determine if the original string has been changed if 
you compare it against the hash.
A great way to use hashes is to hash a file, then you can determine 
if the file has been changed.

Usage Notes

Use HashString to create a new hashstring
Use CheckHash to compare a string against a hash.

HashType must be one of the following options
MD5, SHA1, SHA256, SHA384 or SHA512

Case does not matter.
If you write anything else then the function will fail.

Help  Message Board