In the Login System PHP, the login interface is one of the most important applications in your system; it must have total security against SQL injection, CSS injection, and JavaScript injection, among others.
In Scriptcase low-code, the application responsible for creating the Login System PHP is the control type application; in it, you can create the necessary fields to allow the user to be validated in the database and then be redirected to the system menu with only the applications permitted for this user.
In the control application, you can easily configure a field to be shown as a password; that is, the user can not see what is being typed in the selected field.
To create a real secure login system using the only PHP would take hours of unnecessary programming, but using Scriptcase low-code will be offered to the developer something called a 'security module' that will allow you to choose between four different types of access control systems, which are they:
The best part of the security module is that all applications in your Login System PHP and your database will be 100% protected against attack types. The default password is encrypted in the Scriptcase low-code using MD5, an algorithm with the cryptographic scatter function or hash function, widely used for producing a 128-bit (16-byte) hash value.
Here are some examples of Login System PHP with access control created with Scriptcase low-code: