PHP-Secure-Session | Encrypt authenticate PHP session data using AES-256 | Encryption library
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.
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
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.
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
Quality
PHP-Secure-Session has 0 bugs and 0 code smells.
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.
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.
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:20You need to declare $helper
as global when you initialize it to access it later with the global keyword.
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:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page