IPWorks Encrypt 2020 JavaScript Edition

Questions / Feedback?

KeyPassword Property

A password to generate the Key and IV .

Syntax


 getKeyPassword(): string;

 setKeyPassword(keyPassword: string): void;

Default Value

""

Remarks

When this property is set the class will calculate values for Key and IV using the PKCS5 password digest algorithm. This provides a simpler alternative to creating and managing Key and IV values directly.

The size of the Key generated is dependent on the value of KeySize.

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