Money, property & valuablesImportant documents & WillMedical wishes & emergency infoMemories, stories & voice notesRelationships & trusted people
Security & privacyHow Soult worksExecutor & handover flowLegal validitySecurity WhitepaperBlog & life guidesHelp centreAbout Soult
Pricing
Corporate Employee WellnessChannel Partners
My AccountStart Protecting Today
SECURITY ARCHITECTURE

Honest, Transparent Security

We don't claim 'military-grade' or 'unbreakable' because those are marketing lies. Here is the complete, honest truth about how we protect your legacy, written for humans.

Section 01

Architecture Overview

Practical Perspective

Where does my data actually live?

We use Amazon's top-tier data centers in Mumbai, with AWS Hyderabad as our backup fallback. Our system is serverless, meaning no computer stays on for hackers to poke at.

Technical
  • Serverless: AWS Lambda, DynamoDB, S3, Cognito.
  • Primary Region: ap-south-1 (Mumbai).
  • Disaster Recovery: ap-south-2 (Hyderabad).
Section 01a

Data Residency & Silos

Practical Perspective

Where does each user's data go?

When you sign in, an Identity Directory checks your country and routes you to the right silo. Today only the India + GCC silo is live. Indian users sit there by default. Each future silo stays isolated — data never crosses.

Technical
  • Cognito Pre-Authentication Trigger routes users.
  • Each silo has its own isolated database and file store.
  • Cross-silo access is blocked by IAM policies.
Section 02

Why AWS Mumbai?

Practical Perspective

Why AWS Mumbai for local compliance and security?

Amazon Mumbai provides the highest standard of security in India. Staying on Indian soil ensures your legacy follows local laws and remains available to your family without complications.

Technical
  • DPDP Act 2023 compliance for Indian data.
  • AWS infrastructure is ISO 27001, SOC 2, and FIPS 140-2 certified.
  • Physical security managed by AWS.
Section 03

Identity & Login

Practical Perspective

How do I sign up and log in safely?

Registration: Verified via Phone OTP and Email OTP. You set a security question and a 4-digit PIN.

Trusted Use: Daily access requires only your 4-digit PIN.

New Device: Triggers 2-Factor Security: Phone OTP first, then your PIN.

Technical
  • AWS Cognito for user identity management.
  • AWS SNS for SMS-based OTP delivery.
  • AWS SES for email-based OTP delivery.
Section 04

Shared Device Safety

Practical Perspective

Why can't my family open my vault app on a shared phone?

In shared-phone homes, fingerprints allow anyone registered to enter. A private 4-digit PIN keeps your vault private while kids play games or your spouse uses the phone.

Technical
  • MPIN is app-specific, not device-wide.
  • Biometrics (fingerprint/face) are a device-level convenience, not a Soult security layer.
  • PIN is stored securely in device keychain/keystore.
  • Session tokens expire and require re-authentication.
Section 04a

Why a 4-Digit PIN?

Practical Perspective

Is a 4-digit PIN really secure enough?

Yes — because the protection is the lockout, not the length. Three wrong tries and your vault locks for 24 hours. Even a thief with your phone gets only 3 guesses before the door slams shut. We chose 4 over 6 deliberately — 6 digits cause too many forgotten PINs, lockouts, and resets.

Technical
  • Brute-force protection: 3 attempts trigger a 24-hour lockout.
  • Lockout is enforced server-side via Cognito.
  • PIN is never transmitted to the server; only a derived token.
  • User experience decision to balance security and usability.
Section 05

Data-at-Rest Encryption

Practical Perspective

What if someone steals a hard drive from your servers?

Data is AES-256 encrypted. Stolen hardware only contains meaningless characters. Master keys stay in separate secure hardware safes.

Technical
  • DynamoDB tables encrypted at rest using AWS-owned keys.
  • S3 buckets use Server-Side Encryption with KMS (SSE-KMS).
  • All backups and snapshots are also encrypted.
Section 06

Encryption Key Authority

Practical Perspective

Who holds the encryption keys?

Amazon's hardware holds them. Soult staff never see them. It's like a bank vault where the machine only recognizes your key.

Technical
  • AWS Key Management Service (KMS) manages all master keys.
  • KMS uses FIPS 140-2 validated Hardware Security Modules (HSMs).
Section 07

Double-Lock Security

Practical Perspective

What is the double-lock security for sensitive fields?

For your secrets such as Will or Policy IDs, we add a Double Lock. Inside our database, those specific fields look like scrambled gibberish even to engineers.

Technical
  • Client-side field-level encryption for designated sensitive data.
  • Data is encrypted on the user's device before being sent to our servers.
Section 08

Data-in-Transit Tunnel

Practical Perspective

Is my data protected on public Wi-Fi?

Data travels through a secure tunnel. Hackers on public airport Wi-Fi cannot see what you upload or read.

Technical
  • TLS 1.2 or higher enforced for all API and data transfers.
  • CloudFront provides an additional layer of protection against network attacks.
  • File uploads use pre-signed S3 URLs, limiting direct API exposure.
Section 09

Staff Access Boundaries

Practical Perspective

Can Soult staff see my secrets?

No. We built a Restricted Access Mechanism. Staff have no Decrypt button for your vault. Your content is scrambled code to our engineers.

Technical
  • IAM roles follow the principle of least privilege.
  • No direct production database access for developers.
  • All administrative actions are logged and audited.
Section 10

Executor Access Roles

Practical Perspective

Who can ever see my vault?

Regular Executor: Can raise a death or medical incapacity flag with OTP verification at every step.

Emergency Executor: (Spouse only, max one) can log in any time. Every action emails you and all named executors instantly.

Technical
  • Role-Based Access Control (RBAC) implemented in application logic.
  • Executor roles are stored as attributes in DynamoDB.
  • State machine (AWS Step Functions) manages the handover process.
  • Amazon SES sends transactional email notifications for all access events.
Section 11

Family Handover Flow

Practical Perspective

How does my family actually get access to my vault after I pass?

The named Regular Executor raises a flag from their dashboard — death or medical incapacity. Each step is OTP-verified. Soult phones the executor to confirm identity, two internal approvers must both sign off, then the executor sees the vault in read-only mode.

Technical
  • Multi-step verification process: OTP, phone call, dual internal approval.
  • Handover state is managed in a dedicated DynamoDB table.
  • Internal approval uses a secure, audited admin panel.
  • Executor access is granted via a temporary, read-only IAM policy.
Section 11a

No Per-Item Sharing

Practical Perspective

Can I share one document with my CA or spouse today?

Not today. Your vault works like a bank locker — only you have the key. There is no per-item sharing, no per-folder access for an accountant, no time-limited share link.

Technical
  • Current architecture is single-tenant access per vault.
  • Granular sharing (per-item, per-folder) is a significant architectural change.
  • Focus is on post-mortem handover, not active collaboration.
  • This simplifies the security model and reduces attack surface.
Section 12

Real-World Risks

Practical Perspective

What are the security risks I should know about?

We protect against hackers. We cannot stop you from being physically forced to share your PIN. Soult is for organisation and family continuity.

Technical
  • Threat model focuses on remote, technical attacks.
  • Does not protect against coercion, social engineering, or physical threats to the user.
Section 13

Data on Indian Soil

Practical Perspective

Where exactly does my data live and is it on Indian soil?

Today, all user data sits in the India + GCC silo — Mumbai for live traffic, Hyderabad as the disaster recovery mirror. DPDP Act 2023 compliant.

Technical
  • Primary: AWS ap-south-1 (Mumbai).
  • DR: AWS ap-south-2 (Hyderabad).
  • Data is not transferred outside these regions for Indian users.
  • Complies with data localisation requirements.
Section 13a

Disaster Recovery Tiers

Practical Perspective

What happens if a server or entire region fails?

Tier 1 — One server fails: Invisible to users, AWS replaces in minutes.

Tier 2 — Mumbai region down: Hyderabad takes over within an hour, no data loss.

Tier 3 — Both regions down: Service stops, operational recovery in 7–14 days.

Tier 4 — Soult shuts down: 90-day data export window for all users.

Technical
  • AWS Auto Scaling for single-instance failure.
  • DynamoDB Global Tables for cross-region replication.
  • Route 53 DNS failover for regional outages.
  • Business continuity plan for existential threats.
Section 14

Immutable Audit Trail

Practical Perspective

Is there a record of every change made to my vault?

Yes. There is a footprint of every Creation, Update, or Deletion. You and your notifiers will always know exactly what changes have occurred.

Technical
  • Append-only ledger using Amazon QLDB or DynamoDB Streams.
  • Every mutation (Create, Update, Delete) is logged with user, timestamp, and payload hash.
  • Audit logs are not user-deletable.
Section 14a

Data Use Limitations

Practical Perspective

Is my data ever used to train AI or sold to advertisers?

No. Your vault content is never used to train AI models or for marketing. Revenue is subscription-only. If we ever consider any new way of earning, we will ask you first — not notify, not announce — ask.

Technical
  • Business model is subscription-based (SaaS), not data monetization.
  • Terms of Service explicitly forbid use of user data for AI training.
  • Technical access controls prevent data scientists from accessing vault content.
  • No third-party marketing trackers in the core application.
Section 14b

Secrecy vs. Legacy

Practical Perspective

How can Soult hand over my vault if staff cannot see it?

We keep staff out but maintain a human-verified path for family. We use a KMS-Managed Key Recovery model for verified death/incapacity events only.

Soult is a bridge to your legacy, not a digital dead end.

Technical
  • Break-glass procedure using a quorum of authorized officers to initiate KMS key access for handover.
Section 15

Future Roadmap

Practical Perspective

What security features are coming next?

Near-term: One-click vault export, US silo (N. Virginia), SEA silo (Singapore).

Mid-term: Dedicated GCC silo, SOC 2 Type II.

Always-on: Ongoing audits, security hardening, infrastructure reviews.

Technical
  • Regular penetration testing by third-party firms.
  • Continuous monitoring with AWS GuardDuty, Security Hub.
  • Dependency scanning and automated patching.
Section 16

Honest Claims

The security industry is full of misleading buzzwords. Here’s what we claim, what we don’t, and why. We believe transparency is the highest form of security.

ClaimStatusThe Honest Truth
AES-256 EncryptionTRUEStandard for all data at rest and in transit. This is the industry-standard, not a special feature.
Indian Data ResidencyTRUEAll Indian user data is stored and processed in AWS Mumbai, with DR in Hyderabad. Compliant with DPDP Act 2023.
Serverless ArchitectureTRUEReduces attack surface. No long-running servers to compromise. We use AWS Lambda, DynamoDB, S3.
Zero-KnowledgeTRUEFor double-locked fields only. Our staff cannot decrypt these specific fields. We are not a fully zero-knowledge system by design, to allow for family handover.
ISO 27001 CertifiedPLANNEDOur infrastructure (AWS) is certified. Soult as a company is not yet certified, but we follow ISO 27001 principles. Certification is planned.
End-to-End EncryptionNOT BUILTNot currently implemented. Data is encrypted in transit (TLS) and at rest (AES-256), but not end-to-end in the Signal/WhatsApp sense.
SOC 2 Type II CompliantROADMAPThis is a goal on our roadmap. It requires a lengthy audit process that we plan to undertake as we mature.
Military-Grade SecurityMARKETINGThis is a meaningless marketing term. We use specific, verifiable standards like AES-256 and FIPS 140-2.
Permanent DeletionIMMEDIATEWhen you delete your account, we cryptographically shred your data by destroying the encryption key, rendering all backups useless.
Unbreakable / Hack-ProofNEVERNo system is unbreakable. We focus on multiple layers of defense, rapid detection, and transparent communication.
BlockchainNOT USEDBlockchain is the wrong tool for this job. It's for decentralized, public trust. We need centralized, private trust. We use an immutable audit log instead.
Section 17

Data Deletion & Business Failure

How do I delete my data permanently?

Deletion is immediate and permanent. After a 10-second confirmation pause, we destroy your encryption key. Old backups become unreadable from that moment. Take a manual backup first if you want to keep anything.

What happens if Soult shuts down?

We open a 90-day sunset window. You download everything in plain readable formats. We will not sell your data, transfer your vault to a buyer without consent, or delete vaults during this window.

How are subscription payments handled?

Managed via Razorpay on the Soult website. No in-app purchases. This keeps billing separate from your vault device.

Cryptographic Erasure
Instead of trying to find and delete every copy of your data across all backups (which is nearly impossible), we simply destroy the one unique key that can unlock it. This is called cryptographic erasure or crypto-shredding. It instantly renders all copies of your data, wherever they may be, into permanently unreadable gibberish.
Section 18

Common Myths

Practical Perspective

Why doesn't Soult use blockchain?

Blockchain is built for public verification on shared ledgers where parties do not trust each other. Soult vaults are private by design.

For change tracking, we use audit logs — every Create, Update, Delete is recorded with timestamp and actor. Blockchain would add cost, complexity, and reduce privacy without solving any user problem.

Technical
  • Use case mismatch: Blockchain is for decentralization and transparency.
  • Soult requires centralization and privacy.
  • Immutable logs (QLDB) provide tamper-evidence without blockchain overhead.
  • Performance and cost of blockchain are prohibitive for this application.
Available on iOS & Android

Your Digital Life and Afterlife,
Secured.

Useful every day — organise your assets, memories and important documents in one private vault. Built to pass everything on to your family exactly as you intend, whenever the time comes.

Rated 5.0/5 — every review.
16 on App Store · 18 on Google Play · 34 total
Your vault is encrypted at every layer — AES-256 at rest, TLS in transit, and unlocked only by you.
ISO/IEC27001CERTIFIEDISO 27001 ↓Information SecurityISO9001CERTIFIEDISO 9001 ↓Quality Management
AES-256Encryption in transit & at rest
AWSAWSSecure Cloud Hosting