pbkdf2

This block is part of the value group and was last modified in core v10.4.28.

pbkdf2 v10.4.28

In pins 5
  • Password required
    value
  • Salt required
    value
  • Iter. required
    number

    Default 1000

  • Keylen required
    number

    Default 512

  • Digest required
    value

    Default sha512

Out pins 1
  • value
    value

Derives a PBKDF2 key and outputs it as lowercase hex; keylen counts BYTES, so the hex output is 2*keylen characters (default 512 bytes -> 1024 chars). digest selects sha1, sha256, or sha512 -- any other value silently uses sha512. When password or salt is empty, NOTHING is output (the out-pin stays unset); iterations falls back to 10000 only when the pin is entirely absent.

password

A typical wiring for pbkdf2: the value out pin feeds convert to uppercase.

Studio canvas example for the pbkdf2 block: typical wiring for pbkdf2.

Version history

Introduced in v10.4.28.


Back to value Return to the main group to view all sub-groups Back to hashing Return to the group to view all blocks within this group