Package io.fluxcapacitor.common.encryption
package io.fluxcapacitor.common.encryption
-
ClassDescriptionImplementation of
Encryption
using the ChaCha20-Poly1305 authenticated encryption algorithm.Default implementation of theEncryption
interface used in the Flux platform.Defines a contract for encrypting and decrypting sensitive values within the system.A no-op implementation of theEncryption
interface that performs no actual encryption or decryption.