home *** CD-ROM | disk | FTP | other *** search
- Encryption Utilities v1.0, Demo Version
- Copyright (C) 1998 Yuri Software
- All Rights Reserved
- http://www.yurisw.com
-
-
- DEMONSTRATION VERSION
-
- This demonstration version of the product expires on August 1, 1999.
- Please contact Yuri Software at http://www.yurisw.com to obtain a retail
- version of the product.
-
-
- SUMMARY
-
- Encryption Utilities library provides the MD5 and MD4 digest algorithms
- in a COM component. The interface can be called from any environment
- that supports COM components, such as ASP, VB, VC, and so on.
-
- The library supplies classes EncryptionUtilities.MD5 and
- EncryptionUtilities.MD4 with the single method Encrypt. Method Encrypt
- takes a string as an argument and return a 32-character text
- representation of the MD5 or MD4 hash of that string.
-
- Function Encrypt(bsIn As String) As String
- Member of EncryptionUtilities.MD5
- Calculates the MD5 digest of the ASCII string. Returns the digest
- in the textual form as a hex string of 32 characters.
-
- Please refer to the supplied sample code for example of component use
- in ASP, VB and VC.
-
-
- INSTALLATION
-
- Copy the files into a directory on the hard disk and execute
- install.bat. To uninstall the component, execute uninstall.bat.
-
-
- SOURCE CODE AVAILABILITY
-
- If you plan to incorporate the Encryption Utilities library into a
- mission critical application, you may want to consider licensing its
- source code from Yuri Software. Please contact us at http://www.yurisw.com
- for pricing and availability.
-
-
- ACKNOLEGEMENTS
-
- The MD5 functionality of the Encryption Utilities library is based on
- the MD5 Message Digest Algorithm by RSA Data Security, Inc.
-
-
-
- LICENSE
-
- You are hereby granted the license to use the enclosed Encryption
- Utilities software library in the binary form. The sample source code
- provided with the library can be used to develop custom applications
- with or without modifications.
-
-
- DISCLAIMER
-
- THIS SOFTWARE AND ALL THE ACCOMPANYING FILES ARE PROVIDED "AS IS" AND
- WITHOUT ANY WARRANTIES EXPRESSED OR IMPLIED INCLUDING BUT NOT LIMITED
- TO IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- PURPOSE.
-
- ANY LIABILITY OF YURI SOFTWARE WILL BE LIMITED EXCLUSIVELY TO PRODUCT
- REPLACEMENT OR REFUND OF THE PRODUCT PURCHASE PRICE. IN NO EVENT SHALL
- YURI SOFTWARE BE LIABLE FOR ANY DAMAGES WHATSOEVER (INCLUDING WITHOUT
- LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS
- INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY
- LOSS) ARISING OUT OF THE USE OR INABILITY TO USE THIS PRODUCT.
-
-
-