Package io.fluxzero.common.encryption
package io.fluxzero.common.encryption
-
ClassDescriptionImplementation of
Encryptionusing the ChaCha20-Poly1305 authenticated encryption algorithm.Default implementation of theEncryptioninterface used in Fluxzero.Defines a contract for encrypting and decrypting sensitive values within the system.A no-op implementation of theEncryptioninterface that performs no actual encryption or decryption.