Affected by GO-2024-2727
and 1 other vulnerabilities
GO-2024-2727 : Constellation has pods exposed to peers in VPC in github.com/edgelesssys/constellation
GO-2025-4076 : Constellation has insecure LUKS2 persistent storage partitions which may be opened and used in github.com/edgelesssys/constellation
Discover Packages
github.com/edgelesssys/constellation/v2
s3proxy
internal
crypto
package
Version:
v2.16.2
Opens a new window with list of versions in this module.
Published: Apr 5, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package crypto provides encryption and decryption functions for the s3proxy.
It uses AES-256-GCM to encrypt and decrypt data.
Decrypt decrypts a ciphertext using AES-256-GCM.
The encrypted DEK is decrypted using the supplied KEK.
Encrypt generates a random key to encrypt a plaintext using AES-256-GCM.
The generated key is encrypted using the supplied key encryption key (KEK).
The ciphertext and encrypted data encryption key (DEK) are returned.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.