Nodes/ComfyUI ARG Toolkit/KBKDF Key Verification
ComfyUI Node

KBKDF Key Verification

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

By AzelusLightvale·Created 11 months ago·Updated 25 days ago· 1
KBKDF Key Verification
  • message
  • expected_key
  • label
  • context
  • fixed
  • verified_status
length32
algorithm
rlen4
llen4
locationBeforeFixed
operation_modeKBKDFHMAC
break_location0
CategoryARG Toolkit/Cryptography/Modern/Key Derivation

Inputs (12)

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.
rlenINT4
llenINT4
locationCOMBOBeforeFixedThe location to put the counter bytes.
operation_modeCOMBOKBKDFHMACThe operation mode to use.
expected_keyBYTESLIKEThe expected result of key derivation.
labeloptBYTESLIKEApplication-specific label information
contextoptBYTESLIKEApplication-specific context information
fixedoptBYTESLIKEInstead of supplying `label` and `context`, you can supply fixed data in this field instead. Note that if this is specified, `label` and `context` will be ignored.
break_locationoptINT0When MiddleFixed is chosen as the counter location method, this field will be used to indicate the bytes offset where counter bytes are to be located.

Outputs (1)

NameTypeDescription
verified_statusBOOLEAN