Nodes/ComfyUI ARG Toolkit/PBKDF2HMAC Key Verification
ComfyUI Node

PBKDF2HMAC Key Verification

A ComfyUI node in ARG Toolkit/Cryptography/Modern/Key Derivation with 6 inputs and 1 output.

By AzelusLightvale·Created 11 months ago·Updated 25 days ago· 1
PBKDF2HMAC Key Verification
  • message
  • salt
  • expected_key
  • verified_status
length32
algorithm
iterations1200000
CategoryARG Toolkit/Cryptography/Modern/Key Derivation

Inputs (6)

NameTypeDefaultDescription
lengthINT3216–256The desired length of the derived key in bytes.
messageBYTESLIKEThe message to derive key from. Must be bytes.
saltBYTESLIKEThe nonce used to generate the key. Use SystemRandom (Random Nonce Generator) to generate this.
algorithmCOMBOThe algorithm to use for hash generation.
iterationsINT12000001–2147483647The number of iterations to perform of the hash function. This can be used to control the length of time the operation takes. Higher numbers help mitigate brute force attacks against derived keys.
expected_keyBYTESLIKEThe expected result of key derivation.

Outputs (1)

NameTypeDescription
verified_statusBOOLEAN