Nodes/ComfyUI ARG Toolkit/HKDF Key Verification
ComfyUI Node

HKDF 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
HKDF Key Verification
  • message
  • expected_key
  • salt
  • info
  • verified_status
length32
algorithm
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.
algorithmCOMBOThe algorithm to use for hash generation.
expected_keyBYTESLIKEThe expected result of key derivation.
saltoptBYTESLIKEA salt to randomize the KDF's output. Optional, but highly recommended.
infooptBYTESLIKEApplication-specific context information. If left empty, will pass an empty byte string.

Outputs (1)

NameTypeDescription
verified_statusBOOLEAN