Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SecurePassOptions

A set of configuration options used to configure a new instance of SecurePass

Hierarchy

  • SecurePassOptions

Index

Properties

Properties

Optional memLimit

memLimit: undefined | number

Configures the memory limit of Argon2ID. This value is in bytes. The default value is 64MB.

Optional opsLimit

opsLimit: undefined | number

Configures the operation limit of Argon2ID. The default value is 2.

Generated using TypeDoc