ComfyUI Node
ChaCha20Poly1305 Encryption
A ComfyUI node in ARG Toolkit/Cryptography/Modern/Authenticated with 5 inputs and 1 output.
ChaCha20Poly1305 Encryption
- key
- nonce
- associated_data
- encrypted_txt
◄textHello World!►
◄modetrue►
CategoryARG Toolkit/Cryptography/Modern/Authenticated
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | Hello World! | — |
| key | BYTESLIKE | Input encryption key here. Has to be in bytes format for this node. | |
| nonce | BYTESLIKE | A random value to use. Should be 12 bytes in size. | |
| associated_data | BYTESLIKE | Additional data that should be authenticated with the key, but does not need to be encrypted. Can be None | |
| mode | BOOLEAN | true | Toggle between encrypting or decrypting a message. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| encrypted_txt | STRING | — |