ComfyUI Node
ECDH Private Key Bytes
A ComfyUI node in ARG Toolkit/Cryptography/Modern/Asymmetric with 5 inputs and 2 outputs.
ECDH Private Key Bytes
- private_bytes
- private_key
◄key_typex25519►
◄encodingPEM►
◄formattingPKCS8►
◄encryptionBest Available►
◄encryption_password►
CategoryARG Toolkit/Cryptography/Modern/Asymmetric
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| key_type | COMBO | x25519 | 2 options: x25519, x448 |
| encoding | COMBO | PEM | 3 options: PEM, DER, Raw |
| formatting | COMBO | PKCS8 | 2 options: PKCS8, Raw |
| encryption | COMBO | Best Available | 2 options: Best Available, None |
| encryption_passwordopt | STRING | The password to use to encrypt the private key. Required if encryption is used. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| private_bytes | BYTESLIKE | — |
| private_key | KEYOBJ | — |