https://github.com/farisc0de/protectedphpinfo
PHP Info with Password Protection
https://github.com/farisc0de/protectedphpinfo
Last synced: 8 months ago
JSON representation
PHP Info with Password Protection
- Host: GitHub
- URL: https://github.com/farisc0de/protectedphpinfo
- Owner: farisc0de
- License: mit
- Created: 2024-05-24T17:43:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T23:01:04.000Z (about 2 years ago)
- Last Synced: 2025-03-16T05:15:37.349Z (over 1 year ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ProtectedPHPInfo
PHP Info with Password Protection
## Features
1. User management through JSON File
2. Password Hashed for each user
3. Secure Login Page
## Default User
1. Username: admin
2. Password: admin
## How to add a new user
```
{
"users": [
...
{
"id": 2,
"username": "admin",
"password": password_hash("admin")
}
]
}
```
## Screenshot

## License
MIT