IP*Works! Encrypt V9 - Online Help
IP*Works! Encrypt V9
Questions / Feedback?

Version Property

The PBKDF version.

Syntax

public int getVersion();
public void setVersion(int version);

Enumerated values: public final static int vPBKDF1 = 0; public final static int vPBKDF2 = 1;

Remarks

This property specifies the PBKDF version to be used. It is recommended to use PBKDF2 for new applications. PBKDF1 is included only for compatibility with existing applications and is not recommended.

Possible values are:

  • 0 (vPBKDF1)
  • 1 (vPBKDF2 - default)

Default Value

1

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0