/img/help/home.gif /img/help/prev.gif /img/help/next.gif

 

Encrypting a stream

 


 

Working with ECL streams, you have a simple way to encrypt a stream data.

 

Encrypting a stream

There are two ways to encrypt a stream data:

  1. To pass not blank Password parameter to the constructor of the newly created stream. The CompressionLevel parameter must be not equal to eclNone.
  2. To specify Password property of already created compressed stream and to set the value of Encrypted property to True. The value of CompressionLevel property must be not equal to eclNone. Note: This variant is not valid for TECLStream.
  3.  

    First way could be used when: