Home Features Pricing Security About FAQ Blog Onboarding Pilot Program πŸ’¬ Ask AI Login to Console

Security is not a checkbox. It is our architecture.

DPDP compliant. RLS at database level. Zero PII in logs. Built secure by architecture.

01 β€” ENCRYPTION IN TRANSIT & AT REST

Every byte cryptographically protected.

Every communication between Klasso applications and our servers travels over TLS 1.3. Any attempt to use unencrypted HTTP is automatically rejected at the gateway level.

All databases, user credentials, and file assets are encrypted at rest using AES-256 cryptographic standards. Database storage blocks and automated snapshots are fully encrypted.

TLS 1.3 & AES-256 Encryption

02 β€” ROW LEVEL SECURITY

RLS-based multi-tenancy.

Every table in the Klasso database is protected by Row Level Security (RLS) policies. Isolation is enforced at the PostgreSQL database engine layer using the school's unique tenant UUID.

This prevents application-level bugs from exposing data. A request from School A's parent is cryptographically blocked from ever reading School B's records, even if the API queries are modified.

PostgreSQL RLS Multi-Tenancy

03 β€” ZERO PII IN LOGGING

Diagnostic logs stripped of identities.

Our logging frameworks automatically scrub personally identifiable information (PII) before any entry is written to disk or sent to monitoring systems.

Student names, parent phone numbers, Aadhaar details, and transaction amounts are replaced with non-reversible UUID references. Our engineers analyze logs without viewing personal data.

100% PII-Scrubbed Logging

04 β€” PAYMENT GATEWAY SECURITY

Razorpay PCI-DSS Level 1 compliance.

Klasso integrates natively with Razorpay for fee payments. We never store, process, or transmit sensitive payment instruments (credit card details, CVVs, netbanking passwords).

Payments are processed within Razorpay's secure SDK overlays.klass receives secure webhook confirmations to mark invoices as paid, keeping your school free from PCI audit liabilities.

PCI-DSS Level 1 Gateway

05 β€” RESIDENCY & BACKUP POSTURE

Mumbai region residency and recovery.

To comply with data localization requirements, all core databases, user files, and application hosts are located entirely within the AWS Mumbai (ap-south-1) region.

Automated incremental backups run daily and are stored with a 30-day retention schedule. Cross-Availability-Zone database replication is maintained for instant disaster recovery.

AWS Mumbai ap-south-1 & Daily Backups

06 β€” DPDP ACT & INCIDENT DESK

DPDP compliance and emergency response.

Klasso is built specifically for India's DPDP Act 2023. We provide native consent workflows for parents and one-click data portability exports for school administrators.

We maintain a dedicated incident response pipeline. Any security vulnerability disclosure or data concern can be reported directly to our incident desk at incident@klasso.in.

DPDP Compliant & incident@klasso.in

System Architecture & Isolation

Parent & Teacher Apps (Flutter Mobile)

Railway Hosting Layer (PII-Scrubbed APIs)

PostgreSQL Database (Row Level Security)

AWS Mumbai S3 (Encrypted Storage Assets)