Advanced Security is user registration/login system written in pure PHP. It is designed to provide very high security level of any part of you system.
It can be used with existing look based on twitter bootstrap or it easily can be inserted into any existing PHP application and integrated with existing system.
Version 1.3
Features
- User registration
- User login
- Forgot password
- Email verification
Easy installation using Advanced Security Installation Wizard
- Configuration file is automatically generated
- All database tables are automatically generated
- No additional configuration required
- 3 default user roles – Admin, Editor and User
- Admin is available to add unlimited number of user roles
- All forms are submitted using Ajax
- User profile update
- User password change
- Simple admin panel for user management
Built using Twitter Bootstrap
Choose between Bootstrap 2.3.2 and Bootstrap 3
- Easy to customize
- Client side and server side form validations
- Fully object orjented and commented code PHP and JavaScript code.
- Complete and detailed documentation
Why Advanced Security?
- PDO prepared statements for database manipulation –
no SQL injection
- Advanced session security –
no Session hijacking and Session fixation
Client side 512bit password encription – don’t worry if you don’t have https
Server side password encription using Bcrypt with custom cost or SHA-512 with thousands of iterations (both are using random generated salt)
- Limited number of invalid login attempts – prevent
Brute force attack
- CSRF Protection
Demo & Documentation