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

Back to Email Class Summary

Email::AesEncrypt

Encrypts the email body, all alternative bodies, all message sub-parts and attachments using 128-bit AES (Rijndael, CBC mode) encryption. To decrypt, you must use the AesDecrypt method with the same password. The AesEncrypt/Decrypt methods use symmetric password-based greatly simplify sending and receiving encrypted emails because certificates and public/private key issues do not have to be dealt with. However, the sending and receiving applications must both be using Chilkat Email .NET or ActiveX components.

  Declarations  
    [Visual Basic]
Public Function AesEncrypt(ByVal String password) As Boolean

[C#]
public bool AesEncrypt(string password);

[C++]
public bool AesEncrypt(String *password);

[JScript]
public function AesEncrypt(String password) : Boolean
 
  Parameters  
   
password
Secret password used for encryption.
 

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