IPWorks Encrypt 2020 .NET Edition

Questions / Feedback?

EncryptionAlgorithm Property

The encryption algorithm to use.

Syntax

public EccEncryptionAlgorithms EncryptionAlgorithm { get; set; }

enum EccEncryptionAlgorithms { iesAES, iesTripleDES, iesXOR }
Public Property EncryptionAlgorithm As EccEncryptionAlgorithms

Enum EccEncryptionAlgorithms iesAES iesTripleDES iesXOR End Enum

Default Value

0

Remarks

This setting specifies the encryption algorithm to use when Encrypt is called. This must also be set before calling Decrypt to match the algorithm used during the initial encryption.

Possible values are:

  • 0 (iesAES - default)
  • 1 (iesTripleDES)
  • 2 (iesXOR)

AES Notes

When EncryptionAlgorithm is set to iesAES AES CBC with a default key size of 256 bits is used. To specify a different key size set EncryptionKeySize.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 .NET Edition - Version 20.0 [Build 8286]