Skip to main content

Boringssl Encrypt

Component to encrypt data using the boringSSL library.

Tags: SECURITY

FieldTypeOptionalDescriptionDefault Value
InputStringNo
OutputStringNo
Aes 128 Gcm Sha 256Aes 128 Gcm Sha 256NoA secure and efficient encryption algorithm using 128-bit AES in Galois/Counter Mode (GCM) with SHA-256 for integrity verification.
Aes 256 Gcm Sha 384Aes 256 Gcm Sha 384NoA stronger encryption algorithm using 256-bit AES in Galois/Counter Mode (GCM) with SHA-384 for integrity verification.
Chacha20 Poly1305 Sha 256Chacha20 Poly1305 Sha 256NoA fast and secure cipher optimized for performance on all platforms, using ChaCha20 for encryption and Poly1305 for authentication.

Aes 128 Gcm Sha 256

FieldTypeOptionalDescriptionDefault Value
KeyStringNoThe secret key used for encryption. Must be 16 bytes. Keep it secure.

Aes 256 Gcm Sha 384

FieldTypeOptionalDescriptionDefault Value
KeyStringNoThe secret key used for encryption. Must be 32 bytes. Keep it secure.

Chacha20 Poly1305 Sha 256

FieldTypeOptionalDescriptionDefault Value
KeyStringNoThe secret key used for encryption. Must be 32 bytes. Keep it secure.