1 个仓库
Standardized binary formats for encoding encrypted payloads to ensure structural integrity during storage and transmission.
Distinct from Binary Serialization Formats: Distinct from general binary serialization: focuses specifically on the serialization of encrypted ciphertext structures.
Explore 1 awesome GitHub repository matching data & databases · Encrypted Data Serialization. Refine with filters or upvote what's useful.
This library provides a toolkit for authenticated symmetric encryption and key derivation within PHP applications. It is designed to secure sensitive data and files by ensuring both confidentiality and integrity, preventing common implementation errors by encapsulating complex cryptographic primitives into simplified interfaces. The library distinguishes itself by enforcing security best practices, such as the use of constant-time comparison logic to mitigate side-channel attacks and randomized initialization vector generation to ensure unique ciphertexts. It supports both key-based and passw
Encodes encrypted data into a standardized binary-safe format that preserves structural integrity across different systems.