IPWorks Encrypt 2020 macOS Edition

Questions / Feedback?

EncryptionAlgorithm Property

The algorithm used for encryption.

Syntax

public var encryptionAlgorithm: String {
get {...}
set {...} }

Default Value

"3DES"

Remarks

This property specifies the encryption algorithm used when Encrypt is called.

This may be the name of the algorithm, or the corresponding OID of the algorithm. The default value is 3DES. Possible values are:

  • "3DES"
  • "DES"
  • "RC2CBC40"
  • "RC2CBC64"
  • "RC2CBC128" or "RC2"
  • "AESCBC128" or "AES"
  • "AESCBC192"
  • "AESCBC256"

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