ComfyUI Node
AES-based Authenticated Key Generator
A ComfyUI node in ARG Toolkit/Cryptography/Modern/Authenticated with 2 inputs and 1 output.
AES-based Authenticated Key Generator
- key
◄bit_length▾►
◄aes_type▾►
CategoryARG Toolkit/Cryptography/Modern/Authenticated
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| bit_length | COMBO | The amount of bits needed to generate a key. For AES-SIV specifically, the bit_length is the equivalent to its standard AES key, as AES-SIV generates both an encryption and MAC key in its process. | |
| aes_type | COMBO | Switches between different authenticated encryption form. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| key | BYTESLIKE | — |