1. How to Implement Secure PHP Hashing Algorithms to Detect When Sensitive Data May Have Been Altered Without Your Permission
Updated on: 2021-03-01
Posted on: 2021-03-01
Blog: PHP Hash Blake2 package blog
Package: PHP Hash Blake2
The hash values can be used to verify if a given data block was modified during an eventual security attack.
Such security attacks are usually aimed to alter data or programs that could make them work in a dangerous way for the users that receive that data or programs.
This package provides a pure PHP solution to implement the Blake 2 hashing algorithm.
More ... Post a comment See comments (0) Trackbacks (0)
1. How to Create a PHP Password Database File to Use with KeePass Password Manager
Updated on: 2021-02-26
Posted on: 2021-02-26
Blog: PHP KeePassX Writer package blog
Package: PHP KeePassX Writer
With this application, users do not need to remember and type those passwords every time they need to access a site that is protected by requiring its users to enter a password.
This package allows PHP scripts to run from the command line to create a database file with given site passwords.
More ... Post a comment See comments (0) Trackbacks (0)
1. How Can PHP Encrypt Data Incrementally to Encrypt Large Blocks of Data Split in Multiple Blocks
Updated on: 2021-02-25
Posted on: 2021-02-25
Blog: Kravatte PHP Keccak Farfalle package blog
Package: Kravatte PHP Keccak Farfalle
This approach is useful when you need to encrypt a stream of data with a length that is unknown initially.
This class implements a pure PHP based solution to encrypt and decrypt data using the Kravatte Farfalle construction.
More ... Post a comment See comments (0) Trackbacks (0)
1. How to Integrate a PHP Phonebook Example Component in a Web Application
Updated on: 2021-02-24
Posted on: 2021-02-24
Blog: PHP PhoneBook package blog
Package: PHP PhoneBook
This package provides a phone book management application component that can be integrated in other applications that use the MVC design pattern, so it can be useful in many projects of other developers.
More ... Post a comment See comments (0) Trackbacks (0)
2. How Can PHP Redirect to Page in Your Site Users to Go to an External Site
Updated on: 2021-02-23
Posted on: 2021-02-23
Blog: PHP Redirect to Page Class package blog
Package: PHP Redirect to Page Class
Read this short tutorial article to learn how to achieve this in a simple way to another
More ... Post a comment See comments (0) Trackbacks (0)
1. How to Make PHP Prepared Statements Cache Be Used to Run Faster the Same Query Using Different Parameter Values
Updated on: 2021-02-22
Posted on: 2021-02-22
Blog: Easydb Cache package blog
Package: Easydb Cache
Using prepared statements adds some overhead to the time it takes to execute a query because the query template string needs to be parsed first before the parameter values are replaced.
This class implements prepared query caching, so it avoids the overhead of parsing the same prepared statement query every time it needs to execute the same query, even if it uses different parameter values.
More ... Post a comment See comments (0) Trackbacks (0)
1. How Can PHP Attach Files to Post Using XOOPS CMS
Updated on: 2021-02-19
Posted on: 2021-02-19
Blog: xmdoc package blog
Package: xmdoc
Some sites need to be able to make certain files available for download. Those files are usually associated to a given page from which the users can download the files.
This package implements a XOOPS module that allows publishers to manage the files to be attached to a given post published using XOOPS.
More ... Post a comment See comments (0) Trackbacks (0)
1. How to Simplify the Creation of a PHP Controller for MVC Applications Using Multiple Action Classes
Updated on: 2021-02-17
Posted on: 2021-02-17
Blog: Gectrl PHP Generic Controller Class package blog
Package: Gectrl PHP Generic Controller Class
This possibility makes it easier to develop and maintain PHP applications.
The package allows to simplify further the implementation of MVC based applications by providing a generic controller class that can call separate classes to implement each type of action that the controller class is configured to handle.
More ... Post a comment See comments (0) Trackbacks (0)
1. How to Implement a Good PHP Password Recovery Solution Using Reconstitution to Help the User
Updated on: 2021-02-16
Posted on: 2021-02-16
Blog: Yet Another Hash Package package blog
Package: Yet Another Hash Package
Read this article to learn about how to implement the password recovery method using reconstitution in a PHP based application using password hashing to make it more secure.
More ... Post a comment See comments (0) Trackbacks (0)
2. How to Use a PHP GUI Framework to Build Desktop Based Applications that Work in Different Operating Systems
Updated on: 2021-02-15
Posted on: 2021-02-15
Blog: PHP FFI IUP package blog
Package: PHP FFI IUP
This package provides a solution for creating GUI based PHP applications by providing means to call the UIP toolkit library on Linux.
More ... Post a comment See comments (0) Trackbacks (0)