IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

EncryptingAlgorithm Property

The encryption algorithm used when encrypting.

Object Oriented Interface

public function getEncryptingAlgorithm();
public function setEncryptingAlgorithm($value);

Procedural Interface

ipworksencrypt_openpgp_get($res, 6 );
ipworksencrypt_openpgp_set($res, 6, $value );

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

Data Type

String

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