|
Priore CryptX ActiveX Info |
|
|
Downloads: |
16 |
|
Publisher: |
|
|
OS Support: |
Windows 95, NT, 2000, XP, 98, ME, 2003, XP x64, 2003 x64 |
|
License: |
Shareware(Price:$19.99) |
|
Published Date: |
06/25/2007 |
|
Size: |
2.88 MB |
|
Soft Rating: |
|
|
|
Priore CryptX ActiveX Description:
|
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.
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.
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
Features:
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.
Decrypt - Decrypt a string.
Encrypt - Encrypt a string. |
|
|