🛡️
Security-First Development
Sicherheit hat oberste Priorität
AwareOn wurde mit Security Best Practices entwickelt und implementiert umfassende
Sicherheitsmaßnahmen. Self-hosted für vollständige Datenkontrolle, DSGVO-konform nutzbar.
✓
Argon2id Hashing
Modernster Password-Hashing-Standard, besser als bcrypt
✓
CSRF Protection
Timing-safe Token-Validierung für alle Formulare
✓
SQL-Injection Safe
Prepared Statements überall, kein String-Concatenation
✓
XSS Prevention
HTML-Sanitization und Output-Encoding
✓
DSGVO-konform nutzbar
Self-hosted, keine Drittanbieter-Tracking, minimale Datenerfassung
✓
NIS2-geeignet
Zertifikat-System und Reporting für Compliance-Nachweise
const SECURITY = {
sql_injection: '✓ Protected',
xss: '✓ Sanitized',
csrf: '✓ Token-Based',
passwords: '✓ Argon2id',
sessions: '✓ HTTPOnly+Secure',
headers: '✓ CSP+HSTS',
gdpr: '✓ Compliant'
};
const COMPLIANCE = '✓ Design-compliant';