PHP-Secure-Session | Encrypt authenticate PHP session data using AES-256 | Encryption library

 by   ezimuel PHP Version: v1.1.0 License: MIT

kandi X-RAY | PHP-Secure-Session Summary

kandi X-RAY | PHP-Secure-Session Summary

PHP-Secure-Session is a PHP library typically used in Security, Encryption applications. PHP-Secure-Session has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

This project adds encryption to internal PHP save handlers. It uses OpenSSL extension to provide encryption with AES-256 and authentication using HMAC-SHA-256. The SecureHandler class extends the default SessionHandler of PHP and it adds only an encryption layer on the internal save handler. The session management logic remains the same, that means you can use SecureSession with all the PHP session handlers like 'file', 'sqlite', 'memcache' or 'memcached' which are provided by PHP extensions.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              PHP-Secure-Session has a low active ecosystem.
              It has 400 star(s) with 79 fork(s). There are 19 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 1 open issues and 23 have been closed. On average issues are closed in 177 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of PHP-Secure-Session is v1.1.0

            kandi-Quality Quality

              PHP-Secure-Session has 0 bugs and 0 code smells.

            kandi-Security Security

              PHP-Secure-Session has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              PHP-Secure-Session code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              PHP-Secure-Session is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              PHP-Secure-Session releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              PHP-Secure-Session saves you 79 person hours of effort in developing the same functionality from scratch.
              It has 204 lines of code, 14 functions and 6 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed PHP-Secure-Session and discovered the below as its top functions. This is intended to give you an instant insight into PHP-Secure-Session implemented functionality, and help decide if they suit your requirements.
            • Get session key
            • Decrypt data using OpenSSL
            • Encrypt data .
            • Reads session data .
            • Opens the session .
            • Encrypt session data
            Get all kandi verified functions for this library.

            PHP-Secure-Session Key Features

            No Key Features are available at this moment for PHP-Secure-Session.

            PHP-Secure-Session Examples and Code Snippets

            No Code Snippets are available at this moment for PHP-Secure-Session.

            Community Discussions

            Trending Discussions on PHP-Secure-Session

            QUESTION

            php - use class methods in another class using global
            Asked 2017-Jan-26 at 14:43

            I have 2 classes

            ...

            ANSWER

            Answered 2017-Jan-26 at 14:20

            You need to declare $helper as global when you initialize it to access it later with the global keyword.

            Source https://stackoverflow.com/questions/41875266

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install PHP-Secure-Session

            You can install this library using composer with the following command:. After that the PHP-Secure-Session handler will be automatically executed in your project when consuming the vendor/autoload.php file.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/ezimuel/PHP-Secure-Session.git

          • CLI

            gh repo clone ezimuel/PHP-Secure-Session

          • sshUrl

            git@github.com:ezimuel/PHP-Secure-Session.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Reuse Pre-built Kits with PHP-Secure-Session

            Consider Popular Encryption Libraries

            certbot

            by certbot

            Signal-Android

            by signalapp

            unlock-music

            by unlock-music

            client

            by keybase

            Signal-Server

            by signalapp

            Try Top Libraries by ezimuel

            PHP-design-patterns

            by ezimuelPHP

            zend-expressive-api

            by ezimuelPHP

            FastPriorityQueue

            by ezimuelPHP