1 repositorio
Collections of simplified interfaces and primitives for implementing cryptography in PHP.
Distinct from PHP Cryptography: Existing candidates are either too broad (PHP development) or too narrow (specific to awesome lists).
Explore 1 awesome GitHub repository matching security & cryptography · PHP Cryptography Toolkits. 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
Provides a simplified toolkit of cryptographic interfaces for securing sensitive data in PHP.