Production Ready Encryption

Secure your secrets with absolute certainty.

Trufo is a high-performance, secure bridge for sharing sensitive data. Whether it's a configuration string, a deployment toggle, or a sensitive file, Trufo ensures it reaches the right hands and nowhere else.

Trufo Security Architecture
Secret TTL Status Adjustable up to 365 Days

Core Capabilities

Engineered for Versatility.

folder_zip

Multi-Type Secret Support

Go beyond simple text. Trufo supports polymorphic secret storage including strings, booleans, feature toggles, and direct file uploads, all encrypted with the same rigor.

String Boolean Toggle File
auto_delete

Ephemeral Life-cycles

Configure "One-time use" (burn after reading) or set custom lifetimes from minutes up to 365 days.

notifications_active

Creator Visibility

Get notified the instant your secret is viewed. Combined with email verification, you maintain complete audit control.

terminal

CLI & GUI Access

Access your secrets through our intuitive dashboard or directly via curl for automation scripts.

# AWS Infrastructure Deployment
$ sam deploy --guided
Deploying to us-east-1...
Stack: Lambda + S3 + KMS
Status: ACTIVE

# Fetch via Curl
$ curl -X GET \
  https://api.trufo.maimons.dev/v1/secret/id \
  -H "X-Auth-Token: magic-link-jwt"
                        
aws_deploy.yml

Hardened Authentication

Security is our baseline. Trufo provides multiple layers of authentication to protect your workspace and your secrets.

  • verified_user
    MFA Protection Multi-factor authentication required. Backup codes generated and displayed upon initial creation.
  • magic_button
    Magic Link Sign-in Passwordless login for a seamless yet secure engineering workflow.
  • contact_mail
    Email Verification Enforced verification layers for every secret recipient.
lock_open
Verification Mode
2FA + Magic Link

Choose your path.

Get started instantly with our managed cloud service, or maintain total control by deploying on your own AWS infrastructure.

cloud_done

Cloud Hosted (SaaS)

Zero configuration. Managed updates. Start sharing secrets in seconds.

rocket_launch Get Started for Free
settings_ethernet

Self-Hosted

Total sovereignty. Your VPC, your keys. Deploy with AWS CDK or Terraform.

cloud_sync Deploy to AWS