IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

KeyPassword Property

The key password used in the PBES algorithm.

Object Oriented Interface

public function getKeyPassword();
public function setKeyPassword($value);

Procedural Interface

ipworksencrypt_jwe_get($res, 16 );
ipworksencrypt_jwe_set($res, 16, $value );

Default Value

''

Remarks

This property specifies the key password used to derive a key when using a PBES EncryptionAlgorithm.

This is only applicable to PBES algorithms and must be set before calling Encrypt or Decrypt.

Data Type

String

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