|
|
@ -43,7 +43,7 @@ sudo python3 install.py
|
|
|
|
http://your-server-ip:1337
|
|
|
|
http://your-server-ip:1337
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Enhanced Security Features
|
|
|
|
## Security Features
|
|
|
|
|
|
|
|
|
|
|
|
- 🔐 Secure credential storage using bcrypt and Fernet encryption
|
|
|
|
- 🔐 Secure credential storage using bcrypt and Fernet encryption
|
|
|
|
- 🛡️ CSRF protection on all forms
|
|
|
|
- 🛡️ CSRF protection on all forms
|
|
|
@ -93,7 +93,6 @@ The installer configures:
|
|
|
|
|
|
|
|
|
|
|
|
- Security:
|
|
|
|
- Security:
|
|
|
|
- Password strength requirements
|
|
|
|
- Password strength requirements
|
|
|
|
- Two-factor authentication (coming soon)
|
|
|
|
|
|
|
|
- Session management
|
|
|
|
- Session management
|
|
|
|
- Activity logging
|
|
|
|
- Activity logging
|
|
|
|
- Secure logout
|
|
|
|
- Secure logout
|
|
|
|