Luminova Framework

Cryptography & Drivers

Cryptography and drivers explain how to encrypt, decrypt, and securely store sensitive data using built-in or custom encryption drivers. Includes utilities like Crypter for encryption and secure key generation such as private/public pairs and random keys.

Table of Contents

  1. Crypter Encryption and Decryption Helper Class

    Luminova Crypter makes encryption simple. Encrypt and decrypt data easily with Sodium or OpenSSL using one unified, beginner-friendly static method.

  2. Encryption Driver for OpenSSL and Sodium

    Secure and flexible encryption system supporting OpenSSL and Sodium drivers in Luminova. Easily encrypt and decrypt data with modern cryptography standards.

  3. Helper Class to Handle Private and Plublic Keys

    A Comprehensive Guide to the luminova's Encryption Interface Class for PHP Framework Integration with OpenSSL and Sodium Libraries.