Nodes/ComfyUI ARG Toolkit/ConcatKDF (Hash) Key Derivation
ComfyUI Node

ConcatKDF (Hash) Key Derivation

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

By AzelusLightvale·Created 11 months ago·Updated 25 days ago· 1
ConcatKDF (Hash) Key Derivation
  • message
  • other_info
  • derived_key
length32
algorithm
CategoryARG Toolkit/Cryptography/Modern/Key Derivation

Inputs (4)

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.
other_infooptBYTESLIKEApplication-specific context information. If left empty, will pass an empty byte string.

Outputs (1)

NameTypeDescription
derived_keyBYTESLIKE