.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Crypt Class Summary

Crypt::ZipAndEncryptStr

First Zip compresses a string and then encrypts it. The string can be restored by calling DecryptAndUnzipStr.

  Declarations  
    [Visual Basic]
Public Function ZipAndEncryptStr(ByVal inData() As Byte) As Byte()

[C#]
public byte [] ZipAndEncryptStr(byte[] inData);

[C++]
public unsigned char __gc[] ZipAndEncryptStr(unsigned char __gc[] inData);

[JScript]
public function ZipAndEncryptStr(Byte[] inData) : Byte[]
 
  Parameters  
   
inData
String to be Zip compressed and encrypted
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.