ComfyUI Node
Three Square Cipher
A ComfyUI node in ARG Toolkit/Cryptography/Classical with 7 inputs and 1 output.
Three Square Cipher
- encrypted_txt
◄textHello World!►
◄alphabetENGLISH►
◄modetrue►
◄keep_formattingtrue►
◄key_1►
◄key_2►
◄key_3►
CategoryARG Toolkit/Cryptography/Classical
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | Hello World! | — |
| alphabet | STRING | ENGLISH | Input your alphabet here. If left blank, uses the alphabet default to the cipher. Uses standard connected format ('abcdef'), but can also accept the alphabets defined in secretpy in alphabets.py. |
| mode | BOOLEAN | true | Toggle between encrypting or decrypting a message. |
| keep_formatting | BOOLEAN | true | Toggle between preserving the format of the message or remove all spaces, punctuations, and convert to lowercase. |
| key_1 | STRING | Accepts any text (or alphabet) in the alphabet's language as the first key to decrypt/encrypt. | |
| key_2 | STRING | Accepts any text (or alphabet) in the alphabet's language as the first key to decrypt/encrypt. | |
| key_3 | STRING | Accepts any text (or alphabet) in the alphabet's language as the first key to decrypt/encrypt. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| encrypted_txt | STRING | — |