ActiveX OCX to compress , uncompress , delete , test and list zip files , can handle zip files with or without passwords , the code receive information about the zip file , destination directory , password , arguments and options regarding compression or decompression using a xml like parser that can accept several commands , with the parser it is more easy to detect errors in the information passed to the compressor or decompressor and the commands are intuitive , it will avoid ambiguities on the compression or decompression code , since the parser will evaluate each command and return an error code if the command isnot accepted , the control make it easy to create a zip utility with a few lines of code
RSP Encrypt OCX 3.2.0b ActiveX OCX to encrypt files with a very fast implementation of AES and RC4
RSP CD-DA Extraction OCX ActiveX OCX to list , test and extract audio or data from CD units and save as wav PCM files
- Ability to test the CD hardware
- Ability to extract audio ( or data! ) and save as PCM wav file
RSP Mixer OCX 1.0.0 ActiveX OCX to control the system mixer, with multi-soundcard support
Previous:
RSP OGG Vorbis Player OCX ActiveX OCX to play OGG Vorbis media files , the decoding engine is loaded dinamically in the process , the processor time required to decode the OGG Vorbis is less than MP3 files , the decoder quality is very good or better than MP3 files
RSP GZip Compressor OCX ActiveX OCX to compress files in the standard gzip format , the code is optimized for new processors , the compression code execute at realtime , the compression engine is loaded dynamically and with the ability to pause , resume and cance
RSP Checksum OCX ActiveX OCX to compute very fast the checksum of strings or files using Adler32 , CRC32 , MD5 , SHA-1 and SHA-256
File size: 530 K Platforms: Windows XP/ME/NT/2000/98 Downloads: 5
ActiveX OCX to compress , uncompress , delete , test and list zip files , can handle zip files with or without passwords , the control receive information about the execution using a xml like parser to avoid possible bugs and to make it easy to use