<% '****************************************************************************** ' ' THIS CODE AND INformATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, ' EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED ' WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. ' ' Copyright (C) 1999- 2002. Microsoft Corporation. All rights reserved. ' '****************************************************************************** ' ' HashedData.html ' ' This is a JScript sample that illustrates how to use the HashedData ' object added to CAPICOM v2.0. ' ' Note: For simplicity, this script does not handle all exceptions. ' '****************************************************************************** %>

Welcome to the CAPICOM 2.0 HashedData Sample

 SHA1  MD2  MD4  MD5

CAPICOM 2.0 introduced a new object called HashedData, this object allows you to hash arbitrary data. In this sample we show some basic uses of this new object.

This sample was written in JavaScript and its source can be found here.