Prioregroup.com
homehardwaresoftwaredownloadstoreforumscustomerreseller

Decription
This Component enables you to encrypt and decrypt string with a password from VB6 applications and ASP Pages. Use a standard CryptoAPI© of Microsoft™ with MD2, MD4, MD5 and SHA hashing and RC2, RC4, DES, 3DES or 3DES 128 byte encryption.

NOW INCLUDE OLE/DLL VERSION FOR ASP PAGES (named CryptoWEB).


Requirements
This component requires Visual Basic 6.0 Run-Time and Microsoft™ CryptoAPI© System Library. The component can be used with any development environment that supports its. This control depends on the MSVBVM60.DLL for VS6 and MS-CrytpoAPI© Components which must be installed in the Windows™ system directory.

Request Feature
Priore CryptX Sample
Download Buy on-line
ver. 2.1
ASP Sample

' create CryptoWeb object
Set oCrypt = CreateObject("CryptoWEB.Functions")

' set the encryption mode
oCrypt.HashingType = CRYPT_MD5
oCrypt.EncryptionType = CRYPT_RC4

' set the password
oCrypt.Password = "mypassword"

' encrypt/decrypt sample
sEncrypt = oCrypt.Encrypt("mystring", True) ' return in hex
sDescrypt = oCrypt.Decrypt(sEncrypt, True) ' decrypt from hex

' free resources
Set oCrypt = Nothing
SoftForAll
FileHungry


Features
Propertys Description
EncryptionType Set the type of encryption algorithm to use.
HashingType Set the type of hashing algorithm to use.
Password Set a string to use for encrypt or decrypt data.
Provider Set the MS-provider for encrypt or decrypt data.

Methods Description
Decrypt Decrypt a string.
Encrypt Encrypt a string.

General License for this software
Questions?


Home Hardware Software Download Store Forums Customer Refund Policy Reseller Us
©2004/2009 (CSI) Centro Studi Informatica di Danilo Priore. All rights reserved.