Other links at ASP > Scripts and Components > File Manipulation > File Compression
This component gives a script the ability to build a zip file from files on the server. The resulting archive can be saved on the server or streamed directly to the browser. There is support for creating spanned archives so large files can be split into smaller parts for downloading.
Additional functions allow for the controlled download of binary files from the server. This is the same functionality as in our csFileDownload component. Files which are not web shared can be downloaded and user verification and logging can be performed by the script before and after the download.
Files can be retrieved from a remote web server using the HTTP functions. These files can be streamed to the browser or saved to disk on the server.
There are also some useful file utilities and an access code generator. Read the Online Manual for a full description of the component properties and methods.
Category:
It is an ASP component for use with the IIS Server from Microsoft, the main feature is that it can zip, unzip and show the contents of a zip file in ASP language, this can even be done with VB and VB Scripting. Read the documentation and experiment with some examples to learn more about it.
Category:
MSCCrypto is COM component for Active Server Pages and stand-alone applications. It includes collection of the best encryption and hashing algorithms:
RSA public key algorithm (512/1024/2048 bits key size)
AES symmetric block algorithm (128/192/256 bits key size)
Blowfish symmetric block algorithm (64 to 448 bits key size)
Twofish symmetric block algorithm (128/192/256 bits key size)
Cast5 (Cast 128) symmetric block algorithm (128 bits key size)
TripleDES symmetric block algorithm (192 bits key size)
MD5 hash (128 bits hash)
SHA1 hash (160 bits hash)
Ripemd hash (160 bits hash)
32-bit CRC checksum algorithm
24-bit CRC checksum algorithm
Additionally, MSCCrypto 2.0 includes PGP/OpenPGP - compatible component, MSCCyrptoPGP.
It allows you to exchange symmetrically exncrypted information between MSCCrypto and various cryptographic applications in binary and armored (text) form.
With MSCCrypto, you can keep sensitive or private information of your customers safe and undisclosed.
All algoritms are exact implementations of respective standards.
Miraplacid Crypto Component core is propetary Miraplacid Crypto Library. It is not an object wrapper around the Microsoft CryptoAPI.
Category: