ComfyUI Node
Elliptic Curve Private Key Bytes
A ComfyUI node in ARG Toolkit/Cryptography/Modern/Asymmetric with 7 inputs and 2 outputs.
Elliptic Curve Private Key Bytes
- pem_key
- keyfile
- private_key
◄curve_name▾►
◄formattingPKCS8►
◄encodingPEM►
◄encryptionBest Available►
◄encryption_password►
◄private_value►
CategoryARG Toolkit/Cryptography/Modern/Asymmetric
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| curve_name | COMBO | 9 options: SECP192R1, SECP224R1, SECP256K1, SECP256R1, SECP384R1, SECP521R1, +3 | |
| formatting | COMBO | PKCS8 | 3 options: Traditional OpenSSL, PKCS8, OpenSSH |
| encoding | COMBO | PEM | 2 options: PEM, DER |
| 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. | |
| private_valueopt | STRING | If `private_value` is defined, this will be the scalar value used to derive the private key. | |
| pem_keyopt | BYTESLIKE | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| keyfile | BYTESLIKE | — |
| private_key | KEYOBJ | — |