Nodes/ComfyUI ARG Toolkit/ChaCha20Poly1305 Encryption
ComfyUI Node

ChaCha20Poly1305 Encryption

A ComfyUI node in ARG Toolkit/Cryptography/Modern/Authenticated with 5 inputs and 1 output.

By AzelusLightvale·Created 11 months ago·Updated 25 days ago· 1
ChaCha20Poly1305 Encryption
  • key
  • nonce
  • associated_data
  • encrypted_txt
textHello World!
modetrue
CategoryARG Toolkit/Cryptography/Modern/Authenticated

Inputs (5)

NameTypeDefaultDescription
textSTRINGHello World!
keyBYTESLIKEInput encryption key here. Has to be in bytes format for this node.
nonceBYTESLIKEA random value to use. Should be 12 bytes in size.
associated_dataBYTESLIKEAdditional data that should be authenticated with the key, but does not need to be encrypted. Can be None
modeBOOLEANtrueToggle between encrypting or decrypting a message.

Outputs (1)

NameTypeDescription
encrypted_txtSTRING