IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

encryptingAlgorithm (property)

The encryption algorithm used when encrypting.

Syntax

@property (nonatomic,readwrite,assign,getter=encryptingAlgorithm,setter=setEncryptingAlgorithm:) NSString* encryptingAlgorithm;
- (NSString*)encryptingAlgorithm;
- (void)setEncryptingAlgorithm:(NSString*)newEncryptingAlgorithm;
public var encryptingAlgorithm: String {
  get {...}
set {...} }

Default Value

"AES128"

Remarks

This property specifies the encryption algorithm used when encrypting. Possible values are:

  • CAST5
  • 3DES or TripleDES
  • AES256
  • AES192
  • AES128 (default)
  • BLOWFISH
  • TWOFISH
  • IDEA

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