1 Repo
Standardized encoding formats for encrypted data to ensure integrity during storage and transmission.
Distinct from Binary Serialization Formats: Focuses on the serialization of encrypted payloads specifically, rather than general-purpose binary data formats.
Explore 1 awesome GitHub repository matching data & databases · Ciphertext Serialization. Refine with filters or upvote what's useful.
php-encryption is a symmetric encryption library for PHP that provides tools for authenticated encryption and key derivation to ensure data confidentiality and integrity. It functions as a cryptography toolkit that wraps complex primitives into simplified interfaces to prevent common implementation errors. The library includes a binary-safe ciphertext serializer to maintain data structure during storage and transmission, as well as a password-based key derivation tool that transforms low-entropy passwords into cryptographically strong keys through iterative processes. The project covers a br
Implements a binary-safe serialization format for encrypted data to prevent corruption during storage.