API Docs for: 1.0.8
Show:

pbkdf2 Class

Constructor

pbkdf2

()

Item Index

Methods

Methods

derive

(
  • input
  • salt
)
Int

Parameters:

  • input BitArray

    The password hex buffer.

  • salt BitArray

    The salt string buffer.

Returns:

Int:

iterations the derived key bit array.